From: Florian Fainelli Date: Tue, 7 Sep 2010 11:23:45 +0000 (+0200) Subject: mtd: fix almost all checkpatch warnings in nand_base.c X-Git-Tag: v2.6.37-rc1~22^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7351d3a5dbf42ba3299af71db3296be447bc1516;p=pandora-kernel.git mtd: fix almost all checkpatch warnings in nand_base.c Only 3 warnings are left, one is off by one character, but splitting the line would reduce the readability. One is for a for loop statement, which would also not improve readability. The last one is a false positive on a test. Artem: it is much easier to verify patches against nand_base.c with checkpatch.pl when nand_base.c itself does not have so many checkpatch.pl warnings. Signed-off-by: Florian Fainelli Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed