From: Joe Perches <j...@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 <j...@perches.com> Acked-by: David S. Miller <da...@davemloft.net>