staging: fbtft: Adds space around "/"
authorLeonardo Brás <leobras.c@gmail.com>
Thu, 9 Aug 2018 23:29:34 +0000 (20:29 -0300)
committerGreg 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

index 798a8fe98e95796d48c189933cc441fa434d722d..25302ffc40009d4fe5e37f653e392c0f852c790f 100644 (file)
@@ -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__))