]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fs/fat: fix all other checkpatch issues in dir.c
authorCruz Julian Bishop <cruzjbishop@gmail.com>
Fri, 21 Sep 2012 01:02:24 +0000 (11:02 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 25 Sep 2012 08:46:45 +0000 (18:46 +1000)
commited2096219f58b2b9f6e4a4982cb6d1eceb358ec8
tree14e8b031c0339cdd23939d7e12b81ca30b58b6d0
parent03d69b877f1583a448dd58eff09f73c1b4fb89bd
fs/fat: fix all other checkpatch issues in dir.c

1: Import linux/uaccess.h instead of asm.uaccess.h
2: Stop any lines going over 80 characters
3: Stopped setting any variables in if statements
4: Stopped splitting quoted strings
5: Removed unneeded parentheses

Signed-off-by: Cruz Julian Bishop <cruzjbishop@gmail.com>
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/fat/dir.c