lkml.org 
[lkml]   [2014]   [Oct]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [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@mybabylon.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.


\
 
 \ /
  Last update: 2014-10-24 17:01    [W:1.018 / U:0.256 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site