浏览代码

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>
Bo YU 6 年之前
父节点
当前提交
b1c234441e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/net/af_unix.h

+ 1 - 1
include/net/af_unix.h

@@ -40,7 +40,7 @@ struct unix_skb_parms {
 	u32			consumed;
 	u32			consumed;
 } __randomize_layout;
 } __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_lock(s)	spin_lock(&unix_sk(s)->lock)
 #define unix_state_unlock(s)	spin_unlock(&unix_sk(s)->lock)
 #define unix_state_unlock(s)	spin_unlock(&unix_sk(s)->lock)