]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
scsi: st: Fix typo in documentation
authorWang Zihan <jiyu03@qq.com>
Sat, 2 May 2026 06:07:03 +0000 (14:07 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 15 May 2026 01:59:19 +0000 (21:59 -0400)
Correct "form" to "from" in drive buffers description.

Signed-off-by: Wang Zihan <jiyu03@qq.com>
Link: https://patch.msgid.link/tencent_818C822F215676B9B14011B88848609BD309@qq.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Documentation/scsi/st.rst

index b4a092faa9c8204b03e76b6a3c4e5201491b51f0..539ff06daf5e94178354f018f96a0a43b81a7135 100644 (file)
@@ -93,7 +93,7 @@ optionally written. In both cases end of data is signified by
 returning zero bytes for two consecutive reads.
 
 Writing filemarks without the immediate bit set in the SCSI command block acts
-as a synchronization point, i.e., all remaining data form the drive buffers is
+as a synchronization point, i.e., all remaining data from the drive buffers is
 written to tape before the command returns. This makes sure that write errors
 are caught at that point, but this takes time. In some applications, several
 consecutive files must be written fast. The MTWEOFI operation can be used to