Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Vito Caputo and committed by
David S. Miller
424c22fb cc3a4cd3

+2 -2
+2 -2
include/net/af_unix.h
··· 52 52 struct unix_sock { 53 53 /* WARNING: sk has to be the first member */ 54 54 struct sock sk; 55 - struct unix_address *addr; 55 + struct unix_address *addr; 56 56 struct path path; 57 57 struct mutex iolock, bindlock; 58 58 struct sock *peer; ··· 63 63 #define UNIX_GC_CANDIDATE 0 64 64 #define UNIX_GC_MAYBE_CYCLE 1 65 65 struct socket_wq peer_wq; 66 - wait_queue_entry_t peer_wake; 66 + wait_queue_entry_t peer_wake; 67 67 }; 68 68 69 69 static inline struct unix_sock *unix_sk(const struct sock *sk)