From 0d5e75802c842ecc7c4778422c2d49609a889f3a Mon Sep 17 00:00:00 2001 From: Mark Rustad Date: Mon, 13 Oct 2014 15:54:16 -0700 Subject: [PATCH] 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-format-patch failed