mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-20 06:06:23 +00:00
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:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user