]> git.baikalelectronics.ru Git - kernel.git/commit
sched/wait: Suppress Sparse 'variable shadowing' warning
authorJohannes Berg <johannes.berg@intel.com>
Thu, 6 Feb 2014 16:28:41 +0000 (17:28 +0100)
committerIngo Molnar <mingo@kernel.org>
Sun, 9 Feb 2014 12:11:49 +0000 (13:11 +0100)
commit5e5376fac17705bf10c9ec244f5ce39bc0d55923
tree7567d3adac4aeadce4628fd0c43ddb9855efacdc
parentc7613dc44eec3badc117714fda0c92e4879f7910
sched/wait: Suppress Sparse 'variable shadowing' warning

This warning seems to show up a lot now, since ___wait_event()
is (indirectly) used inside wait_event_timeout(), which also
has a variable called __ret. Rename the one in ___wait_event()
to ___ret (another leading underscore) to suppress the warning.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/1391704121.12789.20.camel@jlt4.sipsolutions.net
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/wait.h