net: Remove trailing whitespace in tcp.h icmp.c syncookies.c
authorKenjiro Nakayama <nakayamakenjiro@gmail.com>
Mon, 20 Oct 2014 09:15:50 +0000 (18:15 +0900)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Oct 2014 04:13:10 +0000 (00:13 -0400)
Remove trailing whitespace in tcp.h icmp.c syncookies.c

Signed-off-by: Kenjiro Nakayama <nakayamakenjiro@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv6/icmp.c
net/ipv6/syncookies.c

index 4062b4f0d121934a98f0c8f8f32dae012c68f2b4..c73fc145ee4533c3f65adf5370e9c0348dfb4395 100644 (file)
@@ -55,9 +55,9 @@ void tcp_time_wait(struct sock *sk, int state, int timeo);
 #define MAX_TCP_HEADER (128 + MAX_HEADER)
 #define MAX_TCP_OPTION_SPACE 40
 
-/* 
+/*
  * Never offer a window over 32767 without using window scaling. Some
- * poor stacks do signed 16bit maths! 
+ * poor stacks do signed 16bit maths!
  */
 #define MAX_TCP_WINDOW         32767U
 
@@ -167,7 +167,7 @@ void tcp_time_wait(struct sock *sk, int state, int timeo);
 /*
  *     TCP option
  */
+
 #define TCPOPT_NOP             1       /* Padding */
 #define TCPOPT_EOL             0       /* End of options */
 #define TCPOPT_MSS             2       /* Segment size negotiating */
@@ -1104,16 +1104,16 @@ static inline int tcp_win_from_space(int space)
                space - (space>>sysctl_tcp_adv_win_scale);
 }
 
-/* Note: caller must be prepared to deal with negative returns */ 
+/* Note: caller must be prepared to deal with negative returns */
 static inline int tcp_space(const struct sock *sk)
 {
        return tcp_win_from_space(sk->sk_rcvbuf -
                                  atomic_read(&sk->sk_rmem_alloc));
-} 
+}
 
 static inline int tcp_full_space(const struct sock *sk)
 {
-       return tcp_win_from_space(sk->sk_rcvbuf); 
+       return tcp_win_from_space(sk->sk_rcvbuf);
 }
 
 static inline void tcp_openreq_init(struct request_sock *req,
index 97ae70077a4f226bac3da0f2f94f6efb21d2b246..62c1037d9e83d98c335eef799a9532c2aed04e4f 100644 (file)
@@ -1009,4 +1009,3 @@ struct ctl_table * __net_init ipv6_icmp_sysctl_init(struct net *net)
        return table;
 }
 #endif
-
index 2f25cb6347ca556a8c7418e327bbff2a715c1e6a..0e26e795b703cee7ca2367b397966444c1403b05 100644 (file)
@@ -269,4 +269,3 @@ out_free:
        reqsk_free(req);
        return NULL;
 }
-