]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9ee9d97472847ba29b0a29d39ad0e5f6dde5ce2a
tree95ada51d35cd319943d8fa96e3b5bb542e04d062
parent6271ac9185698280a4028d934262b68ed1f84e0e
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