]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fs/fat: fix two checkpatch issues in cache.c
authorCruz Julian Bishop <cruzjbishop@gmail.com>
Fri, 28 Sep 2012 00:22:07 +0000 (10:22 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 5 Oct 2012 04:01:35 +0000 (14:01 +1000)
commit5d3d104597c8bc94bacd9b2832754e28903d802b
treec09ac56d62ca6303725cff50593d77cb20ca41ec
parent22bc2b716b2adbad43c6df8b94684e1c1dff0795
fs/fat: fix two checkpatch issues in cache.c

This does the following:
1: Splits the arguments of a function call to stop it
from exceeding 80 characters
2: Re-indents the arguments of another function call
to prevent the splitting of a quoted string.

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/cache.c