mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 20:51:27 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user