Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1652677
| From | Joe Perches <joe@perches.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 01/12] staging: ccree: correct coding style violations |
| Date | 2017-05-29 19:40 +0200 |
| Message-ID | <tMwO6-3br-23@gated-at.bofh.it> (permalink) |
| References | <tM7G1-3f9-3@gated-at.bofh.it> <tM7G1-3f9-5@gated-at.bofh.it> <tMu9A-1fm-13@gated-at.bofh.it> <tMwbn-2FQ-7@gated-at.bofh.it> <tMwuK-33r-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, 2017-05-29 at 20:11 +0300, Gilad Ben-Yossef wrote: > On Mon, May 29, 2017 at 7:57 PM, Joe Perches <joe@perches.com> wrote: > > On Mon, 2017-05-29 at 16:37 +0200, Greg Kroah-Hartman wrote: > > > On Sun, May 28, 2017 at 05:40:26PM +0300, Gilad Ben-Yossef wrote: > > > > cc_crypto_ctx.h had multiple coding style violations reported by > > > > checkpatch. Fix them all. > > > > > > Sorry, no. You need to do only one-thing-per-patch, and "fix all coding > > > style issues is not "one thing". I wouldn't take this kind of patch > > > from anyone else, so why should I take it from you? :) > > > > Because he's the named MAINTAINER of the subsystem > > and you are acting as an upstream conduit. > > > > LOL. Thank you Joe, but I have opted to upstream via staging to get the guidance > and review of Greg and other developers kind enough to offer it, and I'd be a > fool not to listen to them. For reviews of technical merit, true. For reviews of commit log wording of whitespace changes, where git diff -w shows no difference, less true. This patch seems almost entirely whitespace except one bit reformatting a comment block. Breaking those down into changes like: added space after commas added spaces around bit shifts added spaces around arithmetic is simply excessive. The only comment I would have given would be to change the patch context that added line comment initiators to use the /** kernel-doc style. And maybe a style change of #define CC_MULTI2_SYSTEM_N_DATA_KEY_SIZE (CC_MULTI2_SYSTEM_KEY_SIZE + \ CC_MULTI2_DATA_KEY_SIZE) to #define CC_MULTI2_SYSTEM_N_DATA_KEY_SIZE \ (CC_MULTI2_SYSTEM_KEY_SIZE + CC_MULTI2_DATA_KEY_SIZE) as it's sometimes easier to scan arithmetic on a single line. btw: this #define seems misleading as it's used in both .min_keysize and .max_keysize with "+ 1" and key[CC_MULTI2_SYSTEM_N_DATA_KEY_SIZE] is also used.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 01/12] staging: ccree: correct coding style violations Gilad Ben-Yossef <gilad@benyossef.com> - 2017-05-28 16:50 +0200
Re: [PATCH 01/12] staging: ccree: correct coding style violations Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-05-29 16:50 +0200
Re: [PATCH 01/12] staging: ccree: correct coding style violations Joe Perches <joe@perches.com> - 2017-05-29 19:00 +0200
Re: [PATCH 01/12] staging: ccree: correct coding style violations Gilad Ben-Yossef <gilad@benyossef.com> - 2017-05-29 19:20 +0200
Re: [PATCH 01/12] staging: ccree: correct coding style violations Joe Perches <joe@perches.com> - 2017-05-29 19:40 +0200
Re: [PATCH 01/12] staging: ccree: correct coding style violations Gilad Ben-Yossef <gilad@benyossef.com> - 2017-05-29 20:00 +0200
csiph-web