]> 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>
Wed, 26 Sep 2012 01:34:47 +0000 (11:34 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 27 Sep 2012 07:28:35 +0000 (17:28 +1000)
commitdd041ab7ec65c8e6b7528c05ca5abb448866bb3e
treec90bde0f889d1e1fccfb48e3656b9599eac192b8
parent861248469453052ad791312dace93ea71dd9d81a
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