mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-26 01:44:54 +00:00
Address checkpatch complaints about duplicated words
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9383 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+1
-1
@@ -2341,7 +2341,7 @@ struct scst_cmd {
|
||||
uint8_t lba_off; /* LBA offset in cdb */
|
||||
uint8_t lba_len; /* LBA length in cdb */
|
||||
uint8_t len_off; /* length offset in cdb */
|
||||
uint8_t len_len; /* length length in cdb */
|
||||
uint8_t len_len; /* length of length in cdb */
|
||||
/* If not zero, logarithm base 2 of the maximum data buffer length. */
|
||||
uint8_t log2_max_buf_len;
|
||||
uint32_t op_flags; /* various flags of this opcode */
|
||||
|
||||
+2
-2
@@ -542,7 +542,7 @@ struct scst_sdbops {
|
||||
uint8_t info_lba_off; /* LBA offset in cdb */
|
||||
uint8_t info_lba_len; /* LBA length in cdb */
|
||||
uint8_t info_len_off; /* length offset in cdb */
|
||||
uint8_t info_len_len; /* length length in cdb */
|
||||
uint8_t info_len_len; /* length of length in cdb */
|
||||
uint8_t info_data_direction;
|
||||
/*
|
||||
* init --> target: SCST_DATA_WRITE
|
||||
@@ -12171,7 +12171,7 @@ int scst_get_cdb_info(struct scst_cmd *cmd)
|
||||
ptr->devkey[9], /* commdev */
|
||||
ptr->info_op_name);
|
||||
TRACE_DBG("data direction %d, op flags 0x%x, lba off %d, "
|
||||
"lba len %d, len off %d, len len %d",
|
||||
"lba len %d, len off %d, len of len %d",
|
||||
ptr->info_data_direction, ptr->info_op_flags,
|
||||
ptr->info_lba_off, ptr->info_lba_len,
|
||||
ptr->info_len_off, ptr->info_len_len);
|
||||
|
||||
Reference in New Issue
Block a user