Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
Martin K. Petersen
c57ac574 7ab734fc

+1 -1
+1 -1
Documentation/target/tcmu-design.rst
··· 171 171 tcmu_cmd_entry. Userspace finds the SCSI CDB (Command Data Block) via 172 172 tcmu_cmd_entry.req.cdb_off. This is an offset from the start of the 173 173 overall shared memory region, not the entry. The data in/out buffers 174 - are accessible via tht req.iov[] array. iov_cnt contains the number of 174 + are accessible via the req.iov[] array. iov_cnt contains the number of 175 175 entries in iov[] needed to describe either the Data-In or Data-Out 176 176 buffers. For bidirectional commands, iov_cnt specifies how many iovec 177 177 entries cover the Data-Out area, and iov_bidi_cnt specifies how many