commit | 016f42198b503e836d8b673858867658e5bf03b9 | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Mon Jul 21 13:06:42 2014 +0100 |
committer | Lee Jones <lee.jones@linaro.org> | Tue Jul 22 13:17:06 2014 +0100 |
tree | a3556baa9e63eda6e48ab912aa1de791eda9b704 | |
parent | ebb37dcab2d7713aaa68b234146a7ef45363e437 [diff] |
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 <lee.jones@linaro.org>