aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_IDLETIMER.c
diff options
context:
space:
mode:
authoryangxingwu <xingwu.yang@gmail.com>2019-07-16 10:13:01 +0800
committerPablo Neira Ayuso <pablo@netfilter.org>2019-08-13 12:08:48 +0200
commit7e59b3fea2a2510b52761c20ccc71d3e9f6b7db8 (patch)
tree05051c1e9efebebb5110cd64b1f1ced47b1df234 /net/netfilter/xt_IDLETIMER.c
parentipvs: Improve robustness to the ipvs sysctl (diff)
downloadlinux-dev-7e59b3fea2a2510b52761c20ccc71d3e9f6b7db8.tar.xz
linux-dev-7e59b3fea2a2510b52761c20ccc71d3e9f6b7db8.zip
netfilter: remove unnecessary spaces
This patch removes extra spaces. Signed-off-by: yangxingwu <xingwu.yang@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/xt_IDLETIMER.c')
-rw-r--r--net/netfilter/xt_IDLETIMER.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/xt_IDLETIMER.c b/net/netfilter/xt_IDLETIMER.c
index 9cec9eae556a..f56d3ed93e56 100644
--- a/net/netfilter/xt_IDLETIMER.c
+++ b/net/netfilter/xt_IDLETIMER.c
@@ -283,7 +283,7 @@ static int __init idletimer_tg_init(void)
idletimer_tg_kobj = &idletimer_tg_device->kobj;
- err = xt_register_target(&idletimer_tg);
+ err = xt_register_target(&idletimer_tg);
if (err < 0) {
pr_debug("couldn't register xt target\n");
goto out_dev;