dlm: Replace six seq_puts() calls by seq_putc()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 6 May 2017 06:12:31 +0000 (08:12 +0200)
committerDavid Teigland <teigland@redhat.com>
Mon, 7 Aug 2017 16:23:09 +0000 (11:23 -0500)
commit653996ca8d6f81be1b29f2a1cb622ff4afc0be04
tree99216bbd863a1fe57b837df526afbf89c94a5486
parent8e1743748b7e967f4dc532e3969963e5175e6f30
dlm: Replace six seq_puts() calls by seq_putc()

Six single characters (line breaks) should be put into a sequence.
Thus use the corresponding function "seq_putc".

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/debug_fs.c