projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13c7a0e
)
staging: fbtft: Adds space around "/"
author
Leonardo Brás
<leobras.c@gmail.com>
Thu, 9 Aug 2018 23:29:34 +0000
(20:29 -0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 27 Aug 2018 17:38:36 +0000
(19:38 +0200)
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>
drivers/staging/fbtft/fbtft.h
patch
|
blob
|
history
diff --git
a/drivers/staging/fbtft/fbtft.h
b/drivers/staging/fbtft/fbtft.h
index 798a8fe98e95796d48c189933cc441fa434d722d..25302ffc40009d4fe5e37f653e392c0f852c790f 100644
(file)
--- a/
drivers/staging/fbtft/fbtft.h
+++ b/
drivers/staging/fbtft/fbtft.h
@@
-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__))