staging: slicoss: Adds space around operators
[cascardo/linux.git] / drivers / staging / slicoss / slic.h
index 00b8af6..92c6862 100644 (file)
@@ -166,7 +166,6 @@ struct slic_cmdqueue {
 #define SLIC_MAX_CARDS              32
 #define SLIC_MAX_PORTS              4        /* Max # of ports per card   */
 
-
 struct mcast_address {
        unsigned char address[6];
        struct mcast_address *next;
@@ -447,7 +446,7 @@ struct adapter {
        *  SLIC Handles
        */
        /* Object handles*/
-       struct slic_handle slic_handles[SLIC_CMDQ_MAXCMDS+1];
+       struct slic_handle slic_handles[SLIC_CMDQ_MAXCMDS + 1];
        /* Free object handles*/
        struct slic_handle *pfree_slic_handles;
        /* Object handle list lock*/
@@ -485,7 +484,6 @@ struct adapter {
        struct slicnet_stats     slic_stats;
 };
 
-
 #define UPDATE_STATS(largestat, newstat, oldstat)                        \
 {                                                                        \
        if ((newstat) < (oldstat))                                       \
@@ -514,6 +512,6 @@ struct adapter {
 #define FLUSH          true
 #define DONT_FLUSH     false
 
-#define SIOCSLICSETINTAGG        (SIOCDEVPRIVATE+10)
+#define SIOCSLICSETINTAGG        (SIOCDEVPRIVATE + 10)
 
 #endif /*  __SLIC_DRIVER_H__ */