]> 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>
Thu, 13 Sep 2012 01:01:24 +0000 (11:01 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 19 Sep 2012 05:30:28 +0000 (15:30 +1000)
commite6faf0edac9ffef62fa1855d5fb6b1245f77af66
tree495c258f7e133aac17d5a9cfb4364da843c6ad6a
parent4ae8966742805b79ec1ac53eac73a556dcf0e617
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