From: Lee Jones Date: Mon, 21 Jul 2014 15:08:55 +0000 (+0100) Subject: mfd: ipaq-micro: Fix coding style errors/warnings reported by checkpatch X-Git-Tag: cleanup-for-v3.18~88^2~18 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9336fe9104120688dc61fdc3d74a123c49ff5ea2;p=pandora-kernel.git mfd: ipaq-micro: Fix coding style errors/warnings reported by checkpatch This is part of an effort to clean-up the MFD subsystem. ERROR: space required before the open parenthesis '(' + if(!micro->msg) WARNING: unnecessary whitespace before a quoted newline + dev_dbg(micro->dev, "key message ignored, no handle \n"); WARNING: unnecessary whitespace before a quoted newline + dev_dbg(micro->dev, "touchscreen message ignored, no handle \n"); WARNING: space prohibited before semicolon + rx->id = (ch & 0xf0) >> 4 ; total: 1 errors, 3 warnings, 482 lines checked Signed-off-by: Lee Jones --- Reading git-diff-tree failed