From 9336fe9104120688dc61fdc3d74a123c49ff5ea2 Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Mon, 21 Jul 2014 16:08:55 +0100 Subject: [PATCH] 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-format-patch failed