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)
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>

No differences found