From: Lee Jones Date: Mon, 21 Jul 2014 12:06:42 +0000 (+0100) Subject: mfd: dm355evm_msp: Fix checkpatch error: insert space after ',' X-Git-Tag: omap-for-v3.17/fixes-against-rc2~129^2~29 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=016f42198b503e836d8b673858867658e5bf03b9;p=pandora-kernel.git mfd: dm355evm_msp: Fix checkpatch error: insert space after ',' This is part of an effort to clean-up the MFD subsystem. ERROR: space required after that ',' (ctx:VxV) +#define MSP_GPIO(bit,reg) ((DM355EVM_MSP_ ## reg) << 3 | (bit)) ^ total: 1 errors, 0 warnings, 437 lines checked Signed-off-by: Lee Jones --- Reading git-diff-tree failed