dlm: Use seq_puts() instead of seq_printf() for constant strings
authorJoe Perches <joe@perches.com>
Mon, 29 Sep 2014 23:08:24 +0000 (16:08 -0700)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 5 Nov 2014 19:13:09 +0000 (14:13 -0500)
commitf365ef9b79f01d69a01134b42fdff251a510b022
tree2cec0a1b721e0bb7f833e3d2855288e3f7475ac1
parentd6d906b234afc984e93044c19e7b6598824412aa
dlm: Use seq_puts() instead of seq_printf() for constant strings

Convert the seq_printf output with constant strings to seq_puts.

Link: http://lkml.kernel.org/p/b416b016f4a6e49115ba736cad6ea2709a8bc1c4.1412031505.git.joe@perches.com
Cc: Christine Caulfield <ccaulfie@redhat.com>
Cc: David Teigland <teigland@redhat.com>
Cc: cluster-devel@redhat.com
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
fs/dlm/debug_fs.c