Skip to content

Commit 5445e08

Browse files
JuliaLawallmartinkpetersen
authored andcommitted
scsi: storvsc: Fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent dd11376 commit 5445e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/storvsc_drv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ static void storvsc_host_scan(struct work_struct *work)
538538
host = host_device->host;
539539
/*
540540
* Before scanning the host, first check to see if any of the
541-
* currrently known devices have been hot removed. We issue a
541+
* currently known devices have been hot removed. We issue a
542542
* "unit ready" command against all currently known devices.
543543
* This I/O will result in an error for devices that have been
544544
* removed. As part of handling the I/O error, we remove the device.

0 commit comments

Comments
 (0)