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
This commit is contained in:
Bart Van Assche
2010-11-25 09:19:33 +00:00
parent 649fef691e
commit d30313e587

View File

@@ -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;
}