sctp: replace seq_printf with seq_puts
authorMichele Baldessari <michele@acksyn.org>
Thu, 30 Oct 2014 09:29:16 +0000 (10:29 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Oct 2014 23:40:16 +0000 (19:40 -0400)
commitafb6befce60e3a8b09f7633b9e34e702a72adc0e
tree95ada51d35cd319943d8fa96e3b5bb542e04d062
parent891310d53dcf396d6a92987da265a5ffe6c09d71
sctp: replace seq_printf with seq_puts

Fixes checkpatch warning:
"WARNING: Prefer seq_puts to seq_printf"

Signed-off-by: Michele Baldessari <michele@acksyn.org>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/proc.c