]> git.baikalelectronics.ru Git - kernel.git/commit
net: sctp: attribute printl with __printf for gcc fmt checks
authorDaniel Borkmann <dborkman@redhat.com>
Wed, 1 May 2013 02:59:23 +0000 (02:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 May 2013 19:04:10 +0000 (15:04 -0400)
commit0a6eb8932d0fd88bd53f3f9b3c0ba790849bc275
treee3b0459c58392a649de5703111c9a9fa516eec21
parente8c2b0f8c3ca90ca7c5e289fc394fbc9cc3532d2
net: sctp: attribute printl with __printf for gcc fmt checks

Let GCC check for format string errors in sctp's probe printl
function. This patch fixes the warning when compiled with W=1:

net/sctp/probe.c:73:2: warning: function might be possible candidate
for 'gnu_printf' format attribute [-Wmissing-format-attribute]

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/probe.c