netlink: use the appropriate namespace pid
[pandora-kernel.git] / drivers / net / slip.h
index 29d87dd..9ea5c11 100644 (file)
@@ -75,7 +75,7 @@ struct slip {
   unsigned long         tx_errors;      /* Planned stuff                */
   unsigned long         rx_dropped;     /* No memory for skb            */
   unsigned long         tx_dropped;     /* When MTU change              */
-  unsigned long         rx_over_errors; /* Frame bigger then SLIP buf.  */
+  unsigned long         rx_over_errors; /* Frame bigger than SLIP buf.  */
 #ifdef SL_INCLUDE_CSLIP
   unsigned long                tx_compressed;
   unsigned long                rx_compressed;
@@ -107,12 +107,12 @@ struct slip {
 #define SL_MODE_CSLIP6 (SL_MODE_SLIP6|SL_MODE_CSLIP)
 #define SL_MODE_AX25   4
 #define SL_MODE_ADAPTIVE 8
-#ifdef CONFIG_SLIP_SMART  
+#ifdef CONFIG_SLIP_SMART
   unsigned char                outfill;        /* # of sec between outfill packet */
   unsigned char                keepalive;      /* keepalive seconds            */
   struct timer_list    outfill_timer;
   struct timer_list    keepalive_timer;
-#endif  
+#endif
 };
 
 #define SLIP_MAGIC 0x5302