From d30313e587e517b7d73201aa3b189c9f45bbb350 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 25 Nov 2010 09:19:33 +0000 Subject: [PATCH] scst/sysfs: Added missing terminating newline in a sysfs help text. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2826 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_sysfs.c b/scst/src/scst_sysfs.c index 1ffa9c6ef..bf3315286 100644 --- a/scst/src/scst_sysfs.c +++ b/scst/src/scst_sysfs.c @@ -4443,7 +4443,7 @@ static ssize_t scst_trace_level_show(const struct scst_trace_log *local_tbl, " special, scsi, mgmt, minor,\n" " mgmt_dbg, scsi_serializing,\n" " retry, recv_bot, send_bot, recv_top, pr,\n" - " send_top%s]", help != NULL ? help : ""); + " send_top%s]\n", help != NULL ? help : ""); return pos; }