Re: [PATCH v5 2/7] staging: skein: Renames skein to skein_base

From: Jason Cooper
Date: Fri Oct 24 2014 - 10:25:52 EST


On Fri, Oct 24, 2014 at 06:55:16AM -0500, Eric Rost wrote:
> Renames skein.c to skein_base.c and skein.h to skein_base.h

It's worth a mention in here that this is in preparation for skein.ko.

> Signed-off-by: Eric Rost <eric.rost@xxxxxxxxxxxxx>
> ---
> drivers/staging/skein/Makefile | 2 +-
> drivers/staging/skein/skein.c | 883 ---------------------------------
> drivers/staging/skein/skein.h | 346 -------------
> drivers/staging/skein/skein_api.h | 2 +-
> drivers/staging/skein/skein_base.c | 884 ++++++++++++++++++++++++++++++++++
> drivers/staging/skein/skein_base.h | 351 ++++++++++++++
> drivers/staging/skein/skein_block.c | 2 +-
> drivers/staging/skein/skein_block.h | 2 +-
> drivers/staging/skein/skein_iv.h | 2 +-
> drivers/staging/skein/threefish_api.h | 2 +-
> 10 files changed, 1241 insertions(+), 1235 deletions(-)
> delete mode 100644 drivers/staging/skein/skein.c
> delete mode 100644 drivers/staging/skein/skein.h
> create mode 100644 drivers/staging/skein/skein_base.c
> create mode 100644 drivers/staging/skein/skein_base.h

you can add '-M' to diff or format-patch to detect renames. It'll make
this patch a *lot* smaller, and allow us to see more easily that nothing
changed. Well, other than the #include rename inside {skein.c
->skein_base.c}.

thx,

Jason.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/