Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1427615
| From | Ian Abbott <abbotti@mev.co.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 1/3] staging : comedi : s626: fix type issues. |
| Date | 2016-06-21 13:20 +0200 |
| Message-ID | <rMrSN-579-13@gated-at.bofh.it> (permalink) |
| References | <rMnvQ-29W-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 21/06/16 07:38, Ravishankar Karkala Mallikarjunayya wrote: > This fixes up a type issues like > i.e Prefer kernel type 'u8' over 'uint8_t' > Prefer kernel type 'u16' over 'uint16_t' > Prefer kernel type 'u32' over 'uint32_t' > Prefer kernel type 's16' over 'int16_t' > Prefer kernel type 's32' over 'int32_t' > found by the checkpatch.pl tool. > > Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankarkm32@gmail.com> > --- > Change log v1->v2 > - No Change > --- > drivers/staging/comedi/drivers/s626.c | 178 +++++++++++++++++----------------- > 1 file changed, 89 insertions(+), 89 deletions(-) The patch looks fine, but needs to be rebased as it no longer applies to "linux-next", or to Greg's "staging-testing" (and "staging-next") branches. -- -=( 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 v2 1/3] staging : comedi : s626: fix type issues. Ravishankar Karkala Mallikarjunayya <ravishankarkm32@gmail.com> - 2016-06-21 08:40 +0200
[PATCH v2 2/3] Staging: comedi: s626: Fix Warning issues. Ravishankar Karkala Mallikarjunayya <ravishankarkm32@gmail.com> - 2016-06-21 08:40 +0200
Re: [PATCH v2 2/3] Staging: comedi: s626: Fix Warning issues. Ian Abbott <abbotti@mev.co.uk> - 2016-06-21 13:30 +0200
Re: [PATCH v2 1/3] staging : comedi : s626: fix type issues. Ian Abbott <abbotti@mev.co.uk> - 2016-06-21 13:20 +0200
csiph-web