Add missed comma

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1926 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2010-08-03 19:19:39 +00:00
parent 13323936b4
commit 19b3a787ac

View File

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