Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1350929
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] checkpatch: Warn on bare unsigned or signed declarations without int |
| Date | 2016-03-05 17:20 +0100 |
| Message-ID | <r9n5T-fd-1@gated-at.bofh.it> (permalink) |
| References | <r9cWR-1q5-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Joe Perches <joe@perches.com> Date: Fri, 4 Mar 2016 21:23:44 -0800 > Kernel style prefers "unsigned int <foo>" over "unsigned <foo>" > and "signed int <foo>" over "signed <foo>". > > Emit a warning for these simple signed/unsigned <foo> declarations. > Fix it too if desired. > > Signed-off-by: Joe Perches <joe@perches.com> Acked-by: David S. Miller <davem@davemloft.net>
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] checkpatch: Warn on bare unsigned or signed declarations without int Joe Perches <joe@perches.com> - 2016-03-05 06:30 +0100 Re: [PATCH] checkpatch: Warn on bare unsigned or signed declarations without int David Miller <davem@davemloft.net> - 2016-03-05 17:20 +0100
csiph-web