public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jake Edge <jake@lwn.net>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jason Cooper <jason@lakedaemon.net>,
	devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
	Joe Perches <joe@perches.com>,
	Dan Carpenter <dan.carpenter@oracle.com>,
	Anton Saraev <antonysaraev@gmail.com>
Subject: [PATCH 0/3] staging/skein: more cleanup
Date: Tue, 20 May 2014 07:56:12 -0600	[thread overview]
Message-ID: <20140520075612.220a13ae@chukar.edge2.net> (raw)


Clean up a few more things in skein to get it closer to mainline
inclusion.  The first may be questionable (so I probably should have
put it last -- oh well, I can always respin), but it seemed like
putting all of the threefish block functions in one file, like the
skein block functions are all in one file, made sense.

Jake Edge (3):
  move all threefish block functions to one file, remove unneeded
    include
  fix some comment typos
  Rename a few more variables and structure member names to lower case.

 drivers/staging/skein/Makefile               |    4 +-
 drivers/staging/skein/skein.c                |  148 +-
 drivers/staging/skein/skein.h                |   34 +-
 drivers/staging/skein/skein_api.c            |   32 +-
 drivers/staging/skein/skein_api.h            |    2 +-
 drivers/staging/skein/skein_block.c          |  155 +-
 drivers/staging/skein/threefish_1024_block.c | 4902 ---------------
 drivers/staging/skein/threefish_256_block.c  | 1139 ----
 drivers/staging/skein/threefish_512_block.c  | 2225 -------
 drivers/staging/skein/threefish_api.h        |   18 +-
 drivers/staging/skein/threefish_block.c      | 8258 ++++++++++++++++++++++++++
 11 files changed, 8454 insertions(+), 8463 deletions(-)
 delete mode 100644 drivers/staging/skein/threefish_1024_block.c
 delete mode 100644 drivers/staging/skein/threefish_256_block.c
 delete mode 100644 drivers/staging/skein/threefish_512_block.c
 create mode 100644 drivers/staging/skein/threefish_block.c

-- 
1.9.0


             reply	other threads:[~2014-05-20 13:56 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-20 13:56 Jake Edge [this message]
2014-05-20 13:58 ` [PATCH 1/3] staging/skein: move all threefish block functions to one file Jake Edge
2014-05-20 14:00 ` [PATCH 2/3] staging/skein: comment typos Jake Edge
2014-05-20 14:02 ` [PATCH 3/3] staging/skein: variable/member name cleanup Jake Edge
2014-05-20 14:47 ` [PATCH 0/3] staging/skein: more cleanup Jason Cooper
2014-05-20 16:24   ` Jake Edge
2014-05-20 17:47     ` Jason Cooper
2014-05-20 21:52     ` Anton Saraev
2014-05-22 16:52       ` Jake Edge
2014-05-22 17:04         ` Jason Cooper
2014-05-24 14:50           ` Anton Saraev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140520075612.220a13ae@chukar.edge2.net \
    --to=jake@lwn.net \
    --cc=antonysaraev@gmail.com \
    --cc=dan.carpenter@oracle.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jason@lakedaemon.net \
    --cc=joe@perches.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox