]> 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)
commit2c3e956a1fb5069a96aa994aef0779f2914adb22
tree431e797eb3f130c2f9e3dc5ec61bfbe8ffcd0951
parente5c2c707c106c228fc56cf5422d5f655a0dba8f2
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