]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: pi433: remove empty space to fix line over 80 characters warning
authorJules Irenge <jbi.octave@gmail.com>
Thu, 21 Mar 2019 19:54:08 +0000 (19:54 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 Mar 2019 14:16:28 +0000 (15:16 +0100)
Remove empty space to solve checkpatch.pl warning:
"WARNING: line over 80 characters".

Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/pi433/pi433_if.c

index b2314636dc8959c365d3815405bb0c7147837a7c..53928af696a660610930753a0fde04b2e1e3d36f 100644 (file)
 #include "pi433_if.h"
 #include "rf69.h"
 
-#define N_PI433_MINORS                 BIT(MINORBITS) /*32*/   /* ... up to 256 */
-#define MAX_MSG_SIZE                   900     /* min: FIFO_SIZE! */
-#define MSG_FIFO_SIZE                  65536   /* 65536 = 2^16  */
-#define NUM_DIO                                2
+#define N_PI433_MINORS         BIT(MINORBITS) /*32*/   /* ... up to 256 */
+#define MAX_MSG_SIZE           900     /* min: FIFO_SIZE! */
+#define MSG_FIFO_SIZE          65536   /* 65536 = 2^16  */
+#define NUM_DIO                        2
 
 static dev_t pi433_dev;
 static DEFINE_IDR(pi433_idr);