Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information