mfd: dm355evm_msp: Fix checkpatch error: insert space after ','
authorLee Jones <lee.jones@linaro.org>
Mon, 21 Jul 2014 12:06:42 +0000 (13:06 +0100)
committerLee Jones <lee.jones@linaro.org>
Tue, 22 Jul 2014 12:17:06 +0000 (13:17 +0100)
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 <lee.jones@linaro.org>
drivers/mfd/dm355evm_msp.c

index 7a55c0071fa8e9840b47420277673120547df191..4c826f78acd020362a5e666432df13c9e19788bf 100644 (file)
@@ -95,7 +95,7 @@ EXPORT_SYMBOL(dm355evm_msp_read);
  * Many of the msp430 pins are just used as fixed-direction GPIOs.
  * We could export a few more of them this way, if we wanted.
  */
-#define MSP_GPIO(bit,reg)      ((DM355EVM_MSP_ ## reg) << 3 | (bit))
+#define MSP_GPIO(bit, reg)     ((DM355EVM_MSP_ ## reg) << 3 | (bit))
 
 static const u8 msp_gpios[] = {
        /* eight leds */