Re: [PATCH] checkpatch: Warn on bare unsigned or signed declarations without int

From: David Miller
Date: Sat Mar 05 2016 - 11:15:14 EST


From: Joe Perches <joe@xxxxxxxxxxx>
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@xxxxxxxxxxx>

Acked-by: David S. Miller <davem@xxxxxxxxxxxxx>