]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: nf_log: Replace a seq_printf() call by seq_puts() in seq_show()
authorMarkus Elfring <elfring@users.sourceforge.net>
Tue, 2 Jul 2019 18:06:30 +0000 (20:06 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 4 Jul 2019 00:29:48 +0000 (02:29 +0200)
commitaa3fec4cd43b08257319726d2498171567dc868e
tree0fcb0fb4b8d973e06735e70ca9ef20b881f084b8
parent48d158cdf7cd0a51b3faf61806f1a4f0833234d5
netfilter: nf_log: Replace a seq_printf() call by seq_puts() in seq_show()

A string which did not contain a data format specification should be put
into a sequence. Thus use the corresponding function “seq_puts”.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_log.c