Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1419295
| From | Ian Abbott <abbotti@mev.co.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/1] Staging: comedi: dmm32at: fix BIT macro issue. |
| Date | 2016-06-10 13:40 +0200 |
| Message-ID | <rIsX8-3Yr-19@gated-at.bofh.it> (permalink) |
| References | <rIsDL-3RQ-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 10/06/16 12:15, Ravishankar Karkala Mallikarjunayya wrote: > This Replace all occurences of (1<<x) by BIT(x) and DMM32AT_CTRL_PAGE(x), > DMM32AT_AI_CFG_SCINT(x) macros to get rid of checkpatch.pl > "CHECK" output "Prefer using the BIT macro" > > Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankarkm32@gmail.com> > --- > drivers/staging/comedi/drivers/dmm32at.c | 98 ++++++++++++++++---------------- > 1 file changed, 50 insertions(+), 48 deletions(-) > It looks good, but could you repost it as [PATCH v2 1/1] so that Greg knows which one to apply? -- -=( Ian Abbott @ MEV Ltd. E-mail: <abbotti@mev.co.uk> )=- -=( Web: http://www.mev.co.uk/ )=-
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/1] Staging: comedi: dmm32at: fix BIT macro issue. Ravishankar Karkala Mallikarjunayya <ravishankarkm32@gmail.com> - 2016-06-10 13:20 +0200 Re: [PATCH 1/1] Staging: comedi: dmm32at: fix BIT macro issue. Ian Abbott <abbotti@mev.co.uk> - 2016-06-10 13:40 +0200
csiph-web