staging: slicoss: Align #define constants
authorJanani Ravichandran <janani.rvchndrn@gmail.com>
Wed, 10 Feb 2016 09:06:50 +0000 (04:06 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Feb 2016 03:50:11 +0000 (19:50 -0800)
Aligning the constants in the macros improves code readability.

Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/slicoss/slicoss.c

index c490b71..a91c60a 100644 (file)
@@ -58,9 +58,9 @@
 #define DEBUG_MICROCODE                 1
 #define DBG                             1
 #define SLIC_INTERRUPT_PROCESS_LIMIT   1
-#define SLIC_OFFLOAD_IP_CHECKSUM               1
-#define STATS_TIMER_INTERVAL                   2
-#define PING_TIMER_INTERVAL                        1
+#define SLIC_OFFLOAD_IP_CHECKSUM       1
+#define STATS_TIMER_INTERVAL           2
+#define PING_TIMER_INTERVAL            1
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
 #include <linux/kernel.h>