]> Git Repo - linux.git/commit
netfilter: conntrack: remote a return value of the 'seq_print_acct' function.
authorGavrilov Ilia <[email protected]>
Mon, 23 Jan 2023 14:31:54 +0000 (14:31 +0000)
committerPablo Neira Ayuso <[email protected]>
Wed, 1 Feb 2023 11:18:52 +0000 (12:18 +0100)
commitf6477ec62fda59561826b29339a04097bfb46a80
treef3c2e73668c02905451f1a5050d3ec0e2ae983e2
parent28af0f009dded735f8d42cc85e95f9c3db212124
netfilter: conntrack: remote a return value of the 'seq_print_acct' function.

The static 'seq_print_acct' function always returns 0.

Change the return value to 'void' and remove unnecessary checks.

Found by InfoTeCS on behalf of Linux Verification Center
(linuxtesting.org) with SVACE.

Fixes: 1ca9e41770cb ("netfilter: Remove uses of seq_<foo> return values")
Signed-off-by: Ilia.Gavrilov <[email protected]>
Reviewed-by: Leon Romanovsky <[email protected]>
Signed-off-by: Pablo Neira Ayuso <[email protected]>
net/netfilter/nf_conntrack_standalone.c
This page took 0.058247 seconds and 4 git commands to generate.