]> git.baikalelectronics.ru Git - kernel.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)
commit13dd1f5c8d882e77c4f5748954566383bd22241d
treecac1eeff6667f743b79051d92abbc505bfa220ec
parent3a16dcb667e5ea60bc83d6943dc5a1b052b5a512
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