projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc3a4cd
)
af_unix.h: trivial whitespace cleanup
author
Vito Caputo
<
[email protected]
>
Sun, 21 Oct 2018 11:33:03 +0000
(
04:33
-0700)
committer
David S. Miller
<
[email protected]
>
Tue, 23 Oct 2018 02:47:21 +0000
(19:47 -0700)
Replace spurious spaces with a tab and remove superfluous tab from
unix_sock struct.
Signed-off-by: Vito Caputo <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
include/net/af_unix.h
patch
|
blob
|
history
diff --git
a/include/net/af_unix.h
b/include/net/af_unix.h
index a5ba41b3b86730ead8efdf8c4f33584949a92b19..e2695c4bf3580323d9df2edd100388cf7db7e256 100644
(file)
--- 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)