aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter/ebt_log.c
diff options
context:
space:
mode:
authorIan Morris <ipm@chirality.org.uk>2015-10-26 09:10:41 +0000
committerPablo Neira Ayuso <pablo@netfilter.org>2015-11-23 17:54:39 +0100
commit7f495ad946a6be7bd78df752fad3a084d2710ee2 (patch)
tree0bc344233e02bff6e215942f6db420d73bdda901 /net/bridge/netfilter/ebt_log.c
parentnetfilter-bridge: Cleanse indentation (diff)
downloadlinux-dev-7f495ad946a6be7bd78df752fad3a084d2710ee2.tar.xz
linux-dev-7f495ad946a6be7bd78df752fad3a084d2710ee2.zip
netfilter-bridge: use netdev style comments
Changes comments to use netdev style. No changes detected by objdiff. Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to '')
-rw-r--r--net/bridge/netfilter/ebt_log.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bridge/netfilter/ebt_log.c b/net/bridge/netfilter/ebt_log.c
index 0ad639a96142..f22284d8a454 100644
--- a/net/bridge/netfilter/ebt_log.c
+++ b/net/bridge/netfilter/ebt_log.c
@@ -152,7 +152,8 @@ ebt_log_packet(struct net *net, u_int8_t pf, unsigned int hooknum,
ntohs(ah->ar_op));
/* If it's for Ethernet and the lengths are OK,
- * then log the ARP payload */
+ * then log the ARP payload
+ */
if (ah->ar_hrd == htons(1) &&
ah->ar_hln == ETH_ALEN &&
ah->ar_pln == sizeof(__be32)) {