From 19b3a787acc5c6dc7fa40dd8d2dd684870bb598f Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Tue, 3 Aug 2010 19:19:39 +0000 Subject: [PATCH] Add missed comma git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1926 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 c7b33fe9f..13b5fd110 100644 --- a/scst/src/scst_sysfs.c +++ b/scst/src/scst_sysfs.c @@ -3103,7 +3103,7 @@ static ssize_t scst_trace_level_show(const struct scst_trace_log *local_tbl, #endif " special, scsi, mgmt, minor,\n" " mgmt_dbg, scsi_serializing,\n" - " retry, recv_bot, send_bot, recv_top, pr\n" + " retry, recv_bot, send_bot, recv_top, pr,\n" " send_top%s]", help != NULL ? help : ""); return pos;