Fix checkpatch warnings: WARNING: Prefer 'unsigned int' to bare use of 'unsigned' Signed-off-by: Jingjing Liu <liujingjing@xxxxxxxxxx> --- arch/m68k/coldfire/m520x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/m68k/coldfire/m520x.c b/arch/m68k/coldfire/m520x.c index d2f96b40aee1..dca89214bbc6 100644 --- a/arch/m68k/coldfire/m520x.c +++ b/arch/m68k/coldfire/m520x.c @@ -106,7 +106,7 @@ static struct clk * const disable_clks[] __initconst = { static void __init m520x_clk_init(void) { - unsigned i; + unsigned int i; /* make sure these clocks are enabled */ for (i = 0; i < ARRAY_SIZE(enable_clks); ++i) -- 2.33.1