Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1587823
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 2/2] staging: ks7010: Unnecessary parentheses are removed and also improved coding style. |
| Date | 2017-02-24 18:30 +0100 |
| Message-ID | <terQS-3oh-11@gated-at.bofh.it> (permalink) |
| References | <tdEQb-27h-31@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Feb 22, 2017 at 06:31:12PM +0530, Arushi Singhal wrote: > Unnecessary parentheses are removed as reported by checkpatch.pl > to make coder nicer and to improve readability. > Also coding style is improved.For example:- > It's often nicer to read if &(foo[0]) is converted to foo like: > memcpy(&(ap->bssid[0]), &(ap_info->bssid[0]), ETH_ALEN); > memcpy(ap->bssid, ap_info->bssid, ETH_ALEN); > > Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com> > --- > Changes in v3: > - Commit message made more accurate and as per the changes. > - previously versions were not marked. Where is patch 1/2? And why does this have the same subject as another patch you sent that was listed as patch 1/1? Please fix up and send an updated patch. thanks, greg k-h
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v3 2/2] staging: ks7010: Unnecessary parentheses are removed and also improved coding style. Arushi Singhal <arushisinghal19971997@gmail.com> - 2017-02-22 14:10 +0100 Re: [PATCH v3 2/2] staging: ks7010: Unnecessary parentheses are removed and also improved coding style. Greg KH <gregkh@linuxfoundation.org> - 2017-02-24 18:30 +0100
csiph-web