]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
netfilter: Use pr_cont where appropriate
authorJoe Perches <joe@perches.com>
Tue, 28 Feb 2017 22:09:24 +0000 (14:09 -0800)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 6 Mar 2017 17:00:48 +0000 (18:00 +0100)
commit13fa745da251606fcdbf58acd6b4a551bea6ae99
treeac366711fb9056b0f5977f9ecb2f6f7cf2f30103
parent3206caded81ad9bdb2e7ff4c0b94ec5913df8618
netfilter: Use pr_cont where appropriate

Logging output was changed when simple printks without KERN_CONT
are now emitted on a new line and KERN_CONT is required to continue
lines so use pr_cont.

Miscellanea:

o realign arguments
o use print_hex_dump instead of a local variant

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/bridge/netfilter/ebt_log.c
net/ipv4/netfilter/nf_nat_snmp_basic.c