]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: sctp_probe: simplify code by using %pISc format specifier
authorDaniel Borkmann <dborkman@redhat.com>
Thu, 22 Aug 2013 15:12:50 +0000 (17:12 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Aug 2013 05:07:06 +0000 (22:07 -0700)
commit05f147ef7c5289e9aba488b3e71a4259be5a1420
tree8fa5427bb1ba1c8f7404d6754bfdd4d8a1228981
parent5b5fde7fdd39aeae627eb99be9bd80c18774a3bf
net: sctp_probe: simplify code by using %pISc format specifier

We can simply use the %pISc format specifier that was recently added
and thus remove some code that distinguishes between IPv4 and IPv6.

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