From 427981871e706b972e4e74008b95ff81b269dec3 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 3 Jan 2021 03:20:00 +0000 Subject: [PATCH] scst_lib: Fix spelling of "SEND DVD STRUCTURE" Reported-by: Rob Turk git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9322 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index 61eb4e789..f919cdcf9 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -1657,7 +1657,7 @@ static const struct scst_sdbops scst_scsi_op_table[] = { .info_len_off = 6, .info_len_len = 4, .get_cdb_info = get_cdb_info_len_4}, {.ops = 0xBF, .devkey = " O ", - .info_op_name = "SEND DVD STRUCTUE", + .info_op_name = "SEND DVD STRUCTURE", .info_data_direction = SCST_DATA_WRITE, .info_op_flags = FLAG_NONE, .info_len_off = 8, .info_len_len = 4,