l2tp: prefer seq_puts for unformatted output
authorTom Parkin <tparkin@katalix.com>
Wed, 22 Jul 2020 16:32:12 +0000 (17:32 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jul 2020 01:08:39 +0000 (18:08 -0700)
commitbdf9866e4b1be12a7af7eaf11f6dcf1b92f7073f
treeb70893d7c066c0e85a9e20e743b8d02fbe89b628
parentdbf82f3fac9d7cde572b08bde94d8aa117f92ac9
l2tp: prefer seq_puts for unformatted output

checkpatch warns about use of seq_printf where seq_puts would do.

Modify l2tp_debugfs accordingly.

Signed-off-by: Tom Parkin <tparkin@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_debugfs.c