]> 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, 7 Sep 2012 00:25:01 +0000 (10:25 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 7 Sep 2012 05:36:33 +0000 (15:36 +1000)
commit4e02f5cbefa6c62244ec353e861fa0def6f5eafc
tree3506d7a8e62114aa40b8ca2d59c4031fc3d65880
parent16dc5fe3f501c7777de478c805e266d800bbc991
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