From: Johannes Berg Date: Thu, 6 Feb 2014 16:28:41 +0000 (+0100) Subject: sched/wait: Suppress Sparse 'variable shadowing' warning X-Git-Tag: v3.15-rc1~184^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=980f88e414418bf65569a3b62b08b07e6fc2f4c6;p=pandora-kernel.git 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 Signed-off-by: Peter Zijlstra Cc: Steven Rostedt Cc: Andrew Morton Link: http://lkml.kernel.org/r/1391704121.12789.20.camel@jlt4.sipsolutions.net Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed