aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter/ebt_snat.c
diff options
context:
space:
mode:
authortanxiaojun <tanxiaojun@huawei.com>2013-12-19 13:28:12 +0800
committerDavid S. Miller <davem@davemloft.net>2013-12-19 19:27:26 -0500
commit31a5b837c2e0d282f36d06a2b96f16d97464fd68 (patch)
tree6ddc619a75aa0b4a016c6f07c2b1b5093740d954 /net/bridge/netfilter/ebt_snat.c
parentbridge: remove unnecessary parentheses (diff)
downloadlinux-dev-31a5b837c2e0d282f36d06a2b96f16d97464fd68.tar.xz
linux-dev-31a5b837c2e0d282f36d06a2b96f16d97464fd68.zip
bridge: add space before '(/{', after ',', etc.
Spaces required before the open parenthesis '(', before the open brace '{', after that ',' and around that '?/:'. Signed-off-by: Tan Xiaojun <tanxiaojun@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/bridge/netfilter/ebt_snat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bridge/netfilter/ebt_snat.c b/net/bridge/netfilter/ebt_snat.c
index f8f0bd1a1d51..0f6b118d6cb2 100644
--- a/net/bridge/netfilter/ebt_snat.c
+++ b/net/bridge/netfilter/ebt_snat.c
@@ -35,7 +35,7 @@ ebt_snat_tg(struct sk_buff *skb, const struct xt_action_param *par)
return EBT_DROP;
if (ap->ar_hln != ETH_ALEN)
goto out;
- if (skb_store_bits(skb, sizeof(_ah), info->mac,ETH_ALEN))
+ if (skb_store_bits(skb, sizeof(_ah), info->mac, ETH_ALEN))
return EBT_DROP;
}
out: