summaryrefslogtreecommitdiff
path: root/include/linux/root_dev.h
diff options
context:
space:
mode:
authorHelen Fornazier <helen.fornazier@gmail.com>2015-03-25 20:56:43 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-26 10:40:31 +0100
commit4ebe6f46cb20b004e94e9862509085f6b7e69366 (patch)
treebcdb1b2cce1dc63db310043b22e058dd016d65fc /include/linux/root_dev.h
parent1f5f636c7746d2badbb960b51a13a1bb1edb1304 (diff)
staging: fbtft: Remove do {} while(0) in single statement macro
This patch fixes the checkpatch.pl warning: WARNING: Single statement macros should not use a do {} while (0) loop +#define write_reg(par, ...) \ +do { \ + par->fbtftops.write_register(par, NUMARGS(__VA_ARGS__), __VA_ARGS__); \ +} while (0) Signed-off-by: Helen Fornazier <helen.fornazier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/root_dev.h')
0 files changed, 0 insertions, 0 deletions