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
This commit is contained in:
Bart Van Assche
2011-07-22 11:57:25 +00:00
parent 40d862c972
commit b2a60a6ebd
+5 -5
View File
@@ -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
};