commit | bdf9866e4b1be12a7af7eaf11f6dcf1b92f7073f | [log] [tgz] |
---|---|---|
author | Tom Parkin <tparkin@katalix.com> | Wed Jul 22 17:32:12 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 22 18:08:39 2020 -0700 |
tree | b70893d7c066c0e85a9e20e743b8d02fbe89b628 | |
parent | dbf82f3fac9d7cde572b08bde94d8aa117f92ac9 [diff] |
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>