summaryrefslogtreecommitdiff
path: root/net/bridge/netfilter/ebt_log.c
diff options
context:
space:
mode:
authortanxiaojun <tanxiaojun@huawei.com>2013-12-19 05:28:12 (GMT)
committerDavid S. Miller <davem@davemloft.net>2013-12-20 00:27:26 (GMT)
commit31a5b837c2e0d282f36d06a2b96f16d97464fd68 (patch)
tree6ddc619a75aa0b4a016c6f07c2b1b5093740d954 /net/bridge/netfilter/ebt_log.c
parenta97bfc1d1f2b4496d01fda34fc546451f1c02bf5 (diff)
downloadlinux-31a5b837c2e0d282f36d06a2b96f16d97464fd68.tar.xz
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 'net/bridge/netfilter/ebt_log.c')
-rw-r--r--net/bridge/netfilter/ebt_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bridge/netfilter/ebt_log.c b/net/bridge/netfilter/ebt_log.c
index 19c37a4..5322a36 100644
--- a/net/bridge/netfilter/ebt_log.c
+++ b/net/bridge/netfilter/ebt_log.c
@@ -96,7 +96,7 @@ ebt_log_packet(struct net *net, u_int8_t pf, unsigned int hooknum,
bitmask = NF_LOG_MASK;
if ((bitmask & EBT_LOG_IP) && eth_hdr(skb)->h_proto ==
- htons(ETH_P_IP)){
+ htons(ETH_P_IP)) {
const struct iphdr *ih;
struct iphdr _iph;