From 07ecd8a5bcf3f54b1f7be42ec52620efed08914a Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Tue, 4 May 2010 17:39:57 +0000 Subject: [PATCH] Cleanups for minor issues noteced by Bart Van Assche git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1678 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/kernel/iscsi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iscsi-scst/kernel/iscsi.c b/iscsi-scst/kernel/iscsi.c index 71799c43e..0a7030ee5 100644 --- a/iscsi-scst/kernel/iscsi.c +++ b/iscsi-scst/kernel/iscsi.c @@ -3563,7 +3563,7 @@ static struct scst_trace_log iscsi_local_trace_tbl[] = { { 0, NULL } }; -#define ISCSI_TRACE_TLB_HELP ", d_read, d_write, conn, conn_dbg, iov, pdu, net_page" +#define ISCSI_TRACE_TBL_HELP ", d_write, conn, conn_dbg, iov, pdu, net_page" #endif #define ISCSI_MGMT_CMD_HELP \ @@ -3599,7 +3599,7 @@ struct scst_tgt_template iscsi_template = { #if !defined(CONFIG_SCST_PROC) && \ (defined(CONFIG_SCST_DEBUG) || defined(CONFIG_SCST_TRACING)) .trace_tbl = iscsi_local_trace_tbl, - .trace_tbl_help = ISCSI_TRACE_TLB_HELP, + .trace_tbl_help = ISCSI_TRACE_TBL_HELP, #endif #endif .detect = iscsi_target_detect,