Commit 424c22fb authored by Vito Caputo's avatar Vito Caputo Committed by David S. Miller

af_unix.h: trivial whitespace cleanup

Replace spurious spaces with a tab and remove superfluous tab from
unix_sock struct.
Signed-off-by: default avatarVito Caputo <vcaputo@pengaru.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent cc3a4cd3
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment