]> 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>
Thu, 13 Sep 2012 01:01:23 +0000 (11:01 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 18 Sep 2012 06:04:44 +0000 (16:04 +1000)
commit0f8b92c8478ace37718070090104249ef4fa524f
treed52807b18e4dbf92488dd634152ca7d313520e69
parent8b1c074e9d11079d5cc43362c0150153fd741543
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