]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fs/fat: fix two checkpatch issues in cache.c
authorCruz Julian Bishop <cruzjbishop@gmail.com>
Wed, 26 Sep 2012 01:34:46 +0000 (11:34 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 27 Sep 2012 07:28:34 +0000 (17:28 +1000)
commitcdc2397ac9878975d6e00c23c42957a6b6b03b26
tree211b99bc3f7e3a5f18fc6097cb1828a3d2244900
parent709120db4b4427aeb7af2c789527179c1f65af2c
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