]> git.kernelconcepts.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>
Thu, 13 Sep 2012 07:28:14 +0000 (17:28 +1000)
commitc2718d741395ffc32d9824279b13c2cc1182c6e1
treed3aa93ffb78ed61d6d409cef09dfca36e1249b1d
parent804cbf08f0633c14e2a898d8454335e65f10ec92
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