summaryrefslogtreecommitdiff
path: root/Documentation/target
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2023-01-26 22:39:58 -0800
committerMartin K. Petersen <martin.petersen@oracle.com>2023-02-08 18:49:48 -0500
commitc57ac5748be5023561d60954dc3cfd678671a00e (patch)
tree40c6aff351d713fd0bdd3d56360e187190c28642 /Documentation/target
parent7ab734fc759828707dae22fe48b1eb4dcf70beea (diff)
scsi: target: Documentation: Correct spelling
Correct spelling problems for Documentation/target/ as reported by codespell. Link: https://lore.kernel.org/r/20230127064005.1558-29-rdunlap@infradead.org Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: "Martin K. Petersen" <martin.petersen@oracle.com> Cc: linux-scsi@vger.kernel.org Cc: target-devel@vger.kernel.org Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'Documentation/target')
-rw-r--r--Documentation/target/tcmu-design.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/target/tcmu-design.rst b/Documentation/target/tcmu-design.rst
index e47047e32e27..eff3da1d2f68 100644
--- a/Documentation/target/tcmu-design.rst
+++ b/Documentation/target/tcmu-design.rst
@@ -171,7 +171,7 @@ When the opcode is CMD, the entry in the command ring is a struct
tcmu_cmd_entry. Userspace finds the SCSI CDB (Command Data Block) via
tcmu_cmd_entry.req.cdb_off. This is an offset from the start of the
overall shared memory region, not the entry. The data in/out buffers
-are accessible via tht req.iov[] array. iov_cnt contains the number of
+are accessible via the req.iov[] array. iov_cnt contains the number of
entries in iov[] needed to describe either the Data-In or Data-Out
buffers. For bidirectional commands, iov_cnt specifies how many iovec
entries cover the Data-Out area, and iov_bidi_cnt specifies how many