From: Fengguang Wu Date: Thu, 10 Oct 2013 18:08:33 +0000 (-0700) Subject: rcu: Fix coccinelle warnings X-Git-Tag: v3.14-rc1~174^2^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6f7ee9af7554e4d167ccd0ffe7cb8da0aa954f9;p=pandora-kernel.git rcu: Fix coccinelle warnings This commit fixes the following coccinelle warning: kernel/rcu/tree.c:712:9-10: WARNING: return of 0/1 in function 'rcu_lockdep_current_cpu_online' with return type bool Return statements in functions returning bool should use true/false instead of 1/0. Generated by: coccinelle/misc/boolreturn.cocci Signed-off-by: Fengguang Wu Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed