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