From b2a60a6ebda8160632989844d2670c9e91275f41 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 22 Jul 2011 11:57:25 +0000 Subject: [PATCH] scst_vdisk: Fix spelling of a macro name git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3720 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/dev_handlers/scst_vdisk.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index 9bc1da7a2..b94bcd926 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -64,7 +64,7 @@ static struct scst_trace_log vdisk_local_trace_tbl[] = { }; #define trace_log_tbl vdisk_local_trace_tbl -#define VDISK_TRACE_TLB_HELP ", order" +#define VDISK_TRACE_TBL_HELP ", order" #endif @@ -409,7 +409,7 @@ static struct scst_dev_type vdisk_file_devtype = { .trace_flags = &trace_flag, .trace_tbl = vdisk_local_trace_tbl, #ifndef CONFIG_SCST_PROC - .trace_tbl_help = VDISK_TRACE_TLB_HELP, + .trace_tbl_help = VDISK_TRACE_TBL_HELP, #endif #endif }; @@ -444,7 +444,7 @@ static struct scst_dev_type vdisk_blk_devtype = { .trace_flags = &trace_flag, .trace_tbl = vdisk_local_trace_tbl, #ifndef CONFIG_SCST_PROC - .trace_tbl_help = VDISK_TRACE_TLB_HELP, + .trace_tbl_help = VDISK_TRACE_TBL_HELP, #endif #endif }; @@ -476,7 +476,7 @@ static struct scst_dev_type vdisk_null_devtype = { .trace_flags = &trace_flag, .trace_tbl = vdisk_local_trace_tbl, #ifndef CONFIG_SCST_PROC - .trace_tbl_help = VDISK_TRACE_TLB_HELP, + .trace_tbl_help = VDISK_TRACE_TBL_HELP, #endif #endif }; @@ -509,7 +509,7 @@ static struct scst_dev_type vcdrom_devtype = { .trace_flags = &trace_flag, .trace_tbl = vdisk_local_trace_tbl, #ifndef CONFIG_SCST_PROC - .trace_tbl_help = VDISK_TRACE_TLB_HELP, + .trace_tbl_help = VDISK_TRACE_TBL_HELP, #endif #endif };