diff options
author | Yueh-Shun Li <shamrocklee@posteo.net> | 2023-06-22 01:26:29 +0000 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2023-06-28 21:45:27 -0400 |
commit | 4e45236982bcc3ce8a0ea719e1159cc5c935eb94 (patch) | |
tree | 4b733b42d865f55515c07bd0c0b6955a94a8de4a /drivers/scsi | |
parent | 6f0a92fd7db1507b203111ee53632eeeba2daca5 (diff) | |
download | linux-stable-4e45236982bcc3ce8a0ea719e1159cc5c935eb94.tar.gz linux-stable-4e45236982bcc3ce8a0ea719e1159cc5c935eb94.tar.bz2 linux-stable-4e45236982bcc3ce8a0ea719e1159cc5c935eb94.zip |
scsi: isci: Fix comment typo
Spell "transmitting" properly.
Found by searching for keyword "tranm".
Signed-off-by: Yueh-Shun Li <shamrocklee@posteo.net>
Link: https://lore.kernel.org/r/20230622012627.15050-5-shamrocklee@posteo.net
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/isci/scu_task_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/isci/scu_task_context.h b/drivers/scsi/isci/scu_task_context.h index 869a979eb5b2..582d22d54689 100644 --- a/drivers/scsi/isci/scu_task_context.h +++ b/drivers/scsi/isci/scu_task_context.h @@ -845,7 +845,7 @@ struct scu_task_context { /** * This field is used by the SCU TL to determine when to take a snapshot when - * tranmitting read data frames. + * transmitting read data frames. * - 0x00 The entire IO * - 0x01 32k * - 0x02 64k |