aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBo YU <tsu.yubo@gmail.com>2018-10-29 23:42:10 -0400
committerDavid S. Miller <davem@davemloft.net>2018-10-31 12:37:12 -0700
commitb1c234441e07da748ccded3aaa37177622d469d3 (patch)
tree293534d246931b92b1fce3b0b86ca6cb3eab71fc
parentc4147beabec19fc7b37eb79251114bad3e9915dd (diff)
downloadpowerpc-b1c234441e07da748ccded3aaa37177622d469d3.tar.gz
net: drop a space before tabs
Fix a warning from checkpatch.pl:'please no space before tabs' in include/net/af_unix.h Signed-off-by: Bo YU <tsu.yubo@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--include/net/af_unix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/af_unix.h b/include/net/af_unix.h
index d53aea859a762f..ddbba838d048df 100644
--- a/include/net/af_unix.h
+++ b/include/net/af_unix.h
@@ -40,7 +40,7 @@ struct unix_skb_parms {
u32 consumed;
} __randomize_layout;
-#define UNIXCB(skb) (*(struct unix_skb_parms *)&((skb)->cb))
+#define UNIXCB(skb) (*(struct unix_skb_parms *)&((skb)->cb))
#define unix_state_lock(s) spin_lock(&unix_sk(s)->lock)
#define unix_state_unlock(s) spin_unlock(&unix_sk(s)->lock)