You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
drivers/net: Trim trailing whitespace
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user