]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fs/affs/file.c: fix shadow warnings
authorFabian Frederick <fabf@skynet.be>
Mon, 13 Oct 2014 22:53:54 +0000 (15:53 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Oct 2014 00:18:22 +0000 (02:18 +0200)
commit73516ace940a7c3f374f3e34c3c03cd3886be62f
treecac1eeff6667f743b79051d92abbc505bfa220ec
parent3bc759931d271dbe9c4156105173b81ecb35177c
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>
fs/affs/file.c