commit | 9ef595d83aea6b4d93c9a120df3c5db2e226929f | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Thu Mar 10 15:21:43 2016 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 20 21:28:58 2016 -0700 |
tree | 921a0a84517dafc1161b0dc886379e0e880d7273 | |
parent | 08f80073039aba911fbf3f316a00a4ac5d03052f [diff] |
sparc: Convert naked unsigned uses to unsigned int Use the more normal kernel definition/declaration style. Done via: $ git ls-files arch/sparc | \ xargs ./scripts/checkpatch.pl -f --fix-inplace --types=unspecified_int Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>