summaryrefslogtreecommitdiff
path: root/arch/um
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2014-02-06 16:28:41 (GMT)
committerIngo Molnar <mingo@kernel.org>2014-02-09 12:11:49 (GMT)
commit980f88e414418bf65569a3b62b08b07e6fc2f4c6 (patch)
tree7567d3adac4aeadce4628fd0c43ddb9855efacdc /arch/um
parent65370bdf881e20907e7a53abab9b8c0bc5f60a6b (diff)
downloadlinux-980f88e414418bf65569a3b62b08b07e6fc2f4c6.tar.xz
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>
Diffstat (limited to 'arch/um')
0 files changed, 0 insertions, 0 deletions