netfilter: nfnetlink_log: Change setter functions to be void
authorRosen, Rami <rami.rosen@intel.com>
Tue, 8 Dec 2015 12:09:24 +0000 (07:09 -0500)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 9 Dec 2015 13:52:56 +0000 (14:52 +0100)
commit23509fcd4ec5eadcca7a958b354f79dedc2765cc
tree5dd183daf62a5fd47f03542b2c98ddb44db70aa7
parente97ac12859dbf4d3ee0eddb9798867541d1d1e1e
netfilter: nfnetlink_log: Change setter functions to be void

Change return type of nfulnl_set_timeout() and nfulnl_set_qthresh() to
be void.

This patch changes the return type of the static methods
nfulnl_set_timeout() and nfulnl_set_qthresh() to be void, as there is no
justification and no need for these methods to return int.

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nfnetlink_log.c
This page took 0.024356 seconds and 5 git commands to generate.