From: Mark Rustad Date: Mon, 13 Oct 2014 22:54:16 +0000 (-0700) Subject: ipc: resolve shadow warnings X-Git-Tag: fixes-against-v3.18-rc2~79^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d5e75802c842ecc7c4778422c2d49609a889f3a;p=pandora-kernel.git ipc: resolve shadow warnings Resolve some shadow warnings produced in W=2 builds by changing the name of some parameters and local variables. Change instances of "s64" because that clashes with the well-known typedef. Also change a local variable with the name "up" because that clashes with the name of of the "up" function for semaphores. These are hazards so eliminate the hazards by renaming them. Signed-off-by: Mark Rustad Signed-off-by: Jeff Kirsher Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed