mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
scsi: scsi_transport_iscsi: Drop a duplicated word
Drop the repeated word "the" in a comment. Link: https://lore.kernel.org/r/20200719003232.21301-1-rdunlap@infradead.org Cc: "James E.J. Bottomley" <jejb@linux.ibm.com> Cc: "Martin K. Petersen" <martin.petersen@oracle.com> Cc: linux-scsi@vger.kernel.org Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
committed by
Martin K. Petersen
parent
ede74559ed
commit
e6b9489acc
@@ -57,7 +57,7 @@ struct iscsi_bus_flash_conn;
|
|||||||
* When not offloading the data path, this is called
|
* When not offloading the data path, this is called
|
||||||
* from the scsi work queue without the session lock.
|
* from the scsi work queue without the session lock.
|
||||||
* @xmit_task Requests LLD to transfer cmd task. Returns 0 or the
|
* @xmit_task Requests LLD to transfer cmd task. Returns 0 or the
|
||||||
* the number of bytes transferred on success, and -Exyz
|
* number of bytes transferred on success, and -Exyz
|
||||||
* value on error. When offloading the data path, this
|
* value on error. When offloading the data path, this
|
||||||
* is called from queuecommand with the session lock, or
|
* is called from queuecommand with the session lock, or
|
||||||
* from the iscsi_conn_send_pdu context with the session
|
* from the iscsi_conn_send_pdu context with the session
|
||||||
|
Reference in New Issue
Block a user