]> git.baikalelectronics.ru Git - kernel.git/commit
fs/ncpfs/dir.c: fix indenting in ncp_lookup()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 8 Apr 2014 23:04:19 +0000 (16:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 8 Apr 2014 23:48:53 +0000 (16:48 -0700)
commit89ba3880b120a04f5662af3240ec16c709944279
tree431e797eb3f130c2f9e3dc5ec61bfbe8ffcd0951
parentfb6f268ec62b98ea9ed0385e164c4150648842c7
fs/ncpfs/dir.c: fix indenting in ncp_lookup()

My static checker suggests adding curly braces here.  Probably that was
the intent, but actually the code works the same either way.  I've just
changed the indenting and left the code as-is.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Petr Vandrovec <petr@vandrovec.name>
Acked-by: Dave Chiluk <chiluk@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ncpfs/dir.c