]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: fix clang-12 fmt string warnings
authorFlorian Westphal <fw@strlen.de>
Sat, 29 May 2021 16:53:25 +0000 (18:53 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 1 Jun 2021 21:53:51 +0000 (23:53 +0200)
commit1f527c5a3c9b70f161c8c727ee07077736382154
tree08c67f7c5d7e76d4fe48e3bd0b6cc8ebdf640335
parent13552d84a92018a5f5db568c4e9d41b91a289f52
netfilter: fix clang-12 fmt string warnings

nf_conntrack_h323_main.c:198:6: warning: format specifies type 'unsigned short' but
xt_AUDIT.c:121:9: warning: format specifies type 'unsigned char' but the argument has type 'int' [-Wformat]

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_conntrack_h323_main.c
net/netfilter/xt_AUDIT.c