aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_LED.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/netfilter/xt_LED.c')
-rw-r--r--net/netfilter/xt_LED.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/xt_LED.c b/net/netfilter/xt_LED.c
index f511bea9464..1a3e3dd5a77 100644
--- a/net/netfilter/xt_LED.c
+++ b/net/netfilter/xt_LED.c
@@ -80,7 +80,7 @@ static void led_timeout_callback(unsigned long data)
80 led_trigger_event(&ledinternal->netfilter_led_trigger, LED_OFF); 80 led_trigger_event(&ledinternal->netfilter_led_trigger, LED_OFF);
81} 81}
82 82
83static bool led_tg_check(const struct xt_tgchk_param *par) 83static int led_tg_check(const struct xt_tgchk_param *par)
84{ 84{
85 struct xt_led_info *ledinfo = par->targinfo; 85 struct xt_led_info *ledinfo = par->targinfo;
86 struct xt_led_info_internal *ledinternal; 86 struct xt_led_info_internal *ledinternal;