commit | 653996ca8d6f81be1b29f2a1cb622ff4afc0be04 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Sat May 06 08:12:31 2017 +0200 |
committer | David Teigland <teigland@redhat.com> | Mon Aug 07 11:23:09 2017 -0500 |
tree | 99216bbd863a1fe57b837df526afbf89c94a5486 | |
parent | 8e1743748b7e967f4dc532e3969963e5175e6f30 [diff] |
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>