diff mbox series

[28/35] Documentation: target: correct spelling

Message ID 20230127064005.1558-29-rdunlap@infradead.org
State New
Headers show
Series Documentation: correct lots of spelling errors (series 1) | expand

Commit Message

Randy Dunlap Jan. 27, 2023, 6:39 a.m. UTC
Correct spelling problems for Documentation/target/ as reported
by codespell.

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
---
 Documentation/target/tcmu-design.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Martin K. Petersen Feb. 8, 2023, 11:13 p.m. UTC | #1
Randy,

> Correct spelling problems for Documentation/target/ as reported
> by codespell.

Applied to 6.3/scsi-staging, thanks!
diff mbox series

Patch

diff -- a/Documentation/target/tcmu-design.rst b/Documentation/target/tcmu-design.rst
--- 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
 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