]> 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, 7 Sep 2012 00:25:01 +0000 (10:25 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 7 Sep 2012 05:36:33 +0000 (15:36 +1000)
commitd5be1d1cac11c8794f2251b69e8a82c08521f2fc
treec11ac4f572878469fe51d7914e8a1309a0b58552
parent427c1ea3d568ad70109673f5f4a5a3c14f161072
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