summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2018-10-21 04:33:03 -0700
committerDavid S. Miller <davem@davemloft.net>2018-10-22 19:47:21 -0700
commit424c22fb62427362f1f660cd83fbdc41aec488b6 (patch)
treeaaeea39c4f612cf674c8f471703b975af1358aaf /include
parentcc3a4cd3f016a081a29b938f1ad17669bfacc9b2 (diff)
downloadlinux-424c22fb62427362f1f660cd83fbdc41aec488b6.tar.gz
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>
Diffstat (limited to 'include')
-rw-r--r--include/net/af_unix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/af_unix.h b/include/net/af_unix.h
index a5ba41b3b867..e2695c4bf358 100644
--- a/include/net/af_unix.h
+++ b/include/net/af_unix.h
@@ -52,7 +52,7 @@ struct unix_skb_parms {
 struct unix_sock {
 	/* WARNING: sk has to be the first member */
 	struct sock		sk;
-	struct unix_address     *addr;
+	struct unix_address	*addr;
 	struct path		path;
 	struct mutex		iolock, bindlock;
 	struct sock		*peer;
@@ -63,7 +63,7 @@ struct unix_sock {
 #define UNIX_GC_CANDIDATE	0
 #define UNIX_GC_MAYBE_CYCLE	1
 	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)