Browse Source

af_unix.h: trivial whitespace cleanup

Replace spurious spaces with a tab and remove superfluous tab from
unix_sock struct.

Signed-off-by: Vito Caputo <vcaputo@pengaru.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Vito Caputo 6 years ago
parent
commit
424c22fb62
1 changed files with 2 additions and 2 deletions
  1. 2 2
      include/net/af_unix.h

+ 2 - 2
include/net/af_unix.h

@@ -52,7 +52,7 @@ struct unix_skb_parms {
 struct unix_sock {
 struct unix_sock {
 	/* WARNING: sk has to be the first member */
 	/* WARNING: sk has to be the first member */
 	struct sock		sk;
 	struct sock		sk;
-	struct unix_address     *addr;
+	struct unix_address	*addr;
 	struct path		path;
 	struct path		path;
 	struct mutex		iolock, bindlock;
 	struct mutex		iolock, bindlock;
 	struct sock		*peer;
 	struct sock		*peer;
@@ -63,7 +63,7 @@ struct unix_sock {
 #define UNIX_GC_CANDIDATE	0
 #define UNIX_GC_CANDIDATE	0
 #define UNIX_GC_MAYBE_CYCLE	1
 #define UNIX_GC_MAYBE_CYCLE	1
 	struct socket_wq	peer_wq;
 	struct socket_wq	peer_wq;
-	wait_queue_entry_t		peer_wake;
+	wait_queue_entry_t	peer_wake;
 };
 };
 
 
 static inline struct unix_sock *unix_sk(const struct sock *sk)
 static inline struct unix_sock *unix_sk(const struct sock *sk)