mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 19:49:33 -04:00
staging: fbtft: Adds space around "/"
Kernel coding style recommends a space char around "/". Signed-off-by: Leonardo Brás <leobras.c@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
13c7a0ecdf
commit
2b2424d9a7
@@ -232,7 +232,7 @@ struct fbtft_par {
|
||||
bool polarity;
|
||||
};
|
||||
|
||||
#define NUMARGS(...) (sizeof((int[]){__VA_ARGS__})/sizeof(int))
|
||||
#define NUMARGS(...) (sizeof((int[]){__VA_ARGS__}) / sizeof(int))
|
||||
|
||||
#define write_reg(par, ...) \
|
||||
((par)->fbtftops.write_register(par, NUMARGS(__VA_ARGS__), __VA_ARGS__))
|
||||
|
||||
Reference in New Issue
Block a user