commit | 23509fcd4ec5eadcca7a958b354f79dedc2765cc | [log] [tgz] |
---|---|---|
author | Rosen, Rami <rami.rosen@intel.com> | Tue Dec 08 07:09:24 2015 -0500 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Dec 09 14:52:56 2015 +0100 |
tree | 5dd183daf62a5fd47f03542b2c98ddb44db70aa7 | |
parent | e97ac12859dbf4d3ee0eddb9798867541d1d1e1e [diff] |
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>