[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20141024142542.GB12718@titan.lakedaemon.net>
Date: Fri, 24 Oct 2014 10:25:42 -0400
From: Jason Cooper <jason@...edaemon.net>
To: Eric Rost <eric.rost@...abylon.net>
Cc: gregkh@...uxfoundation.org, jake@....net, antonysaraev@...il.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v5 2/7] staging: skein: Renames skein to skein_base
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@...abylon.net>
> ---
> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists