From: Artem Bityutskiy Date: Sun, 11 Oct 2009 10:40:40 +0000 (+0300) Subject: mtd: mtdoops: several minor cleanups X-Git-Tag: v2.6.33-rc1~66^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a15b124fc4f15b2c4fc51669c936a30ce179d1f7;p=pandora-kernel.git mtd: mtdoops: several minor cleanups While looking into the mtdoops module, I've spotted several minor imperfections. This patch addresses them. Namely: 1. Remove several trailing white-spaces and tabs 2. Check 'vmalloc()' return code straight away, not several lines below in the 'mtdoops_console_init()' function. 3. Clean up printks - make them more consistent and use the same code formatting style for them. 4. Remove silly style of putting brackets around everything in "if" operators. Signed-off-by: Artem Bityutskiy Cc: Simon Kagstrom Signed-off-by: David Woodhouse --- Reading git-diff-tree failed