fddi: cleanup unsigned to unsigned int/short
authortanxiaojun <tanxiaojun@huawei.com>
Fri, 13 Dec 2013 06:49:56 +0000 (14:49 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Dec 2013 01:07:59 +0000 (20:07 -0500)
Use "unsigned int/short" instead of "unsigned", and change the type of
iteration variable "i" to "unsigned int".

Signed-off-by: Tan Xiaojun <tanxiaojun@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found