From: Jason Cooper <jason@lakedaemon.net>
To: Sanidhya Solanki <jpage@tutanota.de>
Cc: Gregkh <gregkh@linuxfoundation.org>,
mathieu.poirier@linaro.org, deepa.kernel@gmail.com,
brcnakalin@gmail.com, vatikaharlalka@gmail.com,
devel@driverdev.osuosl.org,
Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] staging: skein: cleans up macros
Date: Thu, 3 Dec 2015 15:47:20 +0000 [thread overview]
Message-ID: <20151203154720.GJ6520@io.lakedaemon.net> (raw)
In-Reply-To: <K4RhFyt----0@tutanota.de>
Sanidhya,
Sorry I haven't been very responsive, but I'm glad to see your progress
here.
Once you make the recommended changes, try using 'git format-patch' and
'git send-email' to pick and send the patch to the mailinglists.
On Tue, Dec 01, 2015 at 08:42:28AM +0000, Sanidhya Solanki wrote:
> Patch moves the headers found in the "skein_block.c" to "skein_block.h".
Please reword:
The original code defined macros in the source code, making it harder to
read. Move them to the header file.
> Compiled & checked: no errors found.
If you want to let us know this, you can put these kinds of comments
below the '---' ...
> Signed-off-by: Sanidhya Solanki <jpage@tutanota.de>
> ---
Which is here. That will prevent them from becoming a part of the
commit log.
> drivers/staging/skein/skein_block.c | 321
> -----------------------------------
> drivers/staging/skein/skein_block.h | 323
> ++++++++++++++++++++++++++++++++++++
> 2 files changed, 323 insertions(+), 321 deletions(-)
using the git tools mentioned above will prevent these kinds of wrapping
problems, which also affect the content of the patch.
Also, if this completes the TODO item, please include the change
removing the item from TODO.
Since this is your first submission, I'll toss this out there: Don't go
redo the work to make the recommended changes. git is designed to help
with this.
Say you were developing on the git branch 'my_changes',
$ git checkout -b my_changes_v2 my_changes
$ $EDITOR drivers/staging/skein/TODO
$ git add drivers/staging/skein/TODO
$ git commit -m "fixup: add TODO changes"
$ git rebase -i HEAD^^
change 'pick' to 'fixup' for the last commit
save and exit
$ git show
confirm one commit has everything
$ git format-patch ...
$ $EDITOR 0001-*.patch
$ git send-email ...
If it gets all fouled up, don't panic. you can checkout 'my_changes'
and it's in it's original state. :-)
hth,
Jason.
next prev parent reply other threads:[~2015-12-03 15:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <K4BZG5Z----0@tutanota.de>
[not found] ` <K4II4Hd----0@tutanota.de>
2015-11-29 18:12 ` [PATCH] staging: skein: Adds test vectors & cleans up maros Gregkh
[not found] ` <K4RcNO5----0@tutanota.de-K4RcNOr--3-0>
[not found] ` <K4RhFyt----0@tutanota.de>
2015-12-01 15:14 ` [PATCH] staging: skein: cleans up macros Gregkh
2015-12-03 15:47 ` Jason Cooper [this message]
[not found] ` <K4fop6l----0@tutanota.de>
2015-12-04 12:35 ` [PATCH] staging: skein: macros moved to header file Jason Cooper
2015-12-04 14:25 ` Mathieu Poirier
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=20151203154720.GJ6520@io.lakedaemon.net \
--to=jason@lakedaemon.net \
--cc=brcnakalin@gmail.com \
--cc=deepa.kernel@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=jpage@tutanota.de \
--cc=linux-kernel@vger.kernel.org \
--cc=mathieu.poirier@linaro.org \
--cc=vatikaharlalka@gmail.com \
/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
Powered by JetHome