treewide: make "nr_cpu_ids" unsigned
[sfrench/cifs-2.6.git] / kernel / rcu / tree.c
index 84fe96641b2e05f8c126d9716685a6a237d704fe..1250e4bd4b85e690c7db2b061a87599e8651a606 100644 (file)
@@ -4091,7 +4091,7 @@ static void __init rcu_init_geometry(void)
        if (rcu_fanout_leaf == RCU_FANOUT_LEAF &&
            nr_cpu_ids == NR_CPUS)
                return;
-       pr_info("RCU: Adjusting geometry for rcu_fanout_leaf=%d, nr_cpu_ids=%d\n",
+       pr_info("RCU: Adjusting geometry for rcu_fanout_leaf=%d, nr_cpu_ids=%u\n",
                rcu_fanout_leaf, nr_cpu_ids);
 
        /*