[TCP] tcp_probe: Attach printf attribute properly to printl().
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 5 Jun 2007 07:19:24 +0000 (00:19 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 7 Jun 2007 20:40:09 +0000 (13:40 -0700)
GCC doesn't like the way Stephen initially did it:

net/ipv4/tcp_probe.c:83: warning: empty declaration

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found