]> 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, 28 Sep 2012 00:22:08 +0000 (10:22 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 28 Sep 2012 06:08:18 +0000 (16:08 +1000)
commitb517713f175d9f7377de192be2b2eff460e16c61
treeda0110d76b0a306d9a8728dfaaddb168180ef65d
parent5b23b6c0e2f868740ce5ae15c8bd49838960bae3
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