From: kbuild test robot <lkp@intel.com>
To: martinbj2008@gmail.com
Cc: kbuild-all@01.org, nhorman@tuxdriver.com, davem@davemloft.net,
netdev@vger.kernel.org, martinbj2008@gmail.com,
zhangjunweimartin@didichuxing.com
Subject: [PATCH] drop_monitor: fix semicolon.cocci warnings
Date: Thu, 13 Jul 2017 02:44:58 +0800 [thread overview]
Message-ID: <20170712184458.GA49545@lkp-hsx02> (raw)
In-Reply-To: <1499856053-30475-4-git-send-email-zhangjunweimartin@didichuxing.com>
net/core/drop_monitor.c:555:36-37: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Fixes: d5bf05101a5c ("drop_monitor: let drop stat support net ns")
CC: martin Zhang <zhangjunweimartin@didichuxing.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
drop_monitor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/net/core/drop_monitor.c
+++ b/net/core/drop_monitor.c
@@ -552,7 +552,7 @@ static void __net_exit dm_net_exit(struc
data = (struct ns_pcpu_dm_data *)per_cpu_ptr(pcpu_data, cpu);
if (data->skb)
kfree_skb(data->skb);
- del_timer_sync(&data->send_timer);;
+ del_timer_sync(&data->send_timer);
}
}
next prev parent reply other threads:[~2017-07-12 18:45 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-12 10:40 [PATCH v1 net-next 1/5] drop_monitor: import netnamespace framework martinbj2008
2017-07-12 10:40 ` [PATCH v1 net-next 2/5] drop_monitor: let dm trace state support ns martinbj2008
2017-07-12 10:40 ` [PATCH v1 net-next 3/5] drop_monitor: let hw_stats_list support net ns martinbj2008
2017-07-12 10:40 ` [PATCH v1 net-next 4/5] drop_monitor: let drop stat " martinbj2008
2017-07-12 18:44 ` kbuild test robot
2017-07-12 18:44 ` kbuild test robot [this message]
2017-07-12 10:40 ` [PATCH v1 net-next 5/5] drop_monitor: increase version when ns support is ready martinbj2008
2017-07-12 13:37 ` [PATCH v1 net-next 1/5] drop_monitor: import netnamespace framework Neil Horman
2017-07-12 16:58 ` Cong Wang
[not found] ` <eef69f4a65644a499665d3973bf5bc06@BJSGEXMBX01.didichuxing.com>
2017-07-12 17:45 ` Cong Wang
2017-07-12 15:21 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170712184458.GA49545@lkp-hsx02 \
--to=lkp@intel.com \
--cc=davem@davemloft.net \
--cc=kbuild-all@01.org \
--cc=martinbj2008@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=nhorman@tuxdriver.com \
--cc=zhangjunweimartin@didichuxing.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).