commit | 73516ace940a7c3f374f3e34c3c03cd3886be62f | [log] [tgz] |
---|---|---|
author | Fabian Frederick <fabf@skynet.be> | Mon Oct 13 15:53:54 2014 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Oct 14 02:18:22 2014 +0200 |
tree | cac1eeff6667f743b79051d92abbc505bfa220ec | |
parent | 3bc759931d271dbe9c4156105173b81ecb35177c [diff] |
fs/affs/file.c: fix shadow warnings Four functions declared variables twice resulting in shadow warnings. This patch renames internal variables and adds blank line after declarations. Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>