From: Daniel Borkmann Date: Mon, 6 Jan 2014 00:04:16 +0000 (+0100) Subject: netfilter: nf_conntrack_dccp: use %s format string for buffer X-Git-Tag: v3.14-rc1~94^2~249^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=138aef7dca831403e50a719d1be18dfd52027ea2;p=pandora-kernel.git netfilter: nf_conntrack_dccp: use %s format string for buffer Some invocations of nf_log_packet() use arg buffer directly instead of "%s" format string with follow-up buffer pointer. Currently, these two usages are not really critical, but we should fix this up nevertheless so that we don't run into trouble if that changes one day. Signed-off-by: Daniel Borkmann Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed