From: Janani Ravichandran Date: Wed, 10 Feb 2016 09:06:50 +0000 (-0500) Subject: staging: slicoss: Align #define constants X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=210ba93a18c1192e92c3db7435b595c1fd00a510;p=linux-beck.git staging: slicoss: Align #define constants Aligning the constants in the macros improves code readability. Signed-off-by: Janani Ravichandran Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/slicoss/slicoss.c b/drivers/staging/slicoss/slicoss.c index c490b7166a8d..a91c60a3a202 100644 --- a/drivers/staging/slicoss/slicoss.c +++ b/drivers/staging/slicoss/slicoss.c @@ -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