fix two spell typos in tcmu design doc while reading. Signed-off-by: Zhu Lingshan <lszhu@xxxxxxxx> --- Documentation/target/tcmu-design.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/target/tcmu-design.txt b/Documentation/target/tcmu-design.txt index 4cebc1e..bf31f8b 100644 --- a/Documentation/target/tcmu-design.txt +++ b/Documentation/target/tcmu-design.txt @@ -151,7 +151,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 @@ -275,7 +275,7 @@ authors. TCMU is designed so that multiple unrelated processes can manage TCMU devices separately. All handlers should make sure to only open their -devices, based opon a known subtype string. +devices, based upon a known subtype string. a) Discovering and configuring TCMU UIO devices: -- 2.6.6 -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html