projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2478dd
)
scsi: core: Fix comment typo
author
dudengke
<dengke.du@ucas.com.cn>
Fri, 26 Mar 2021 06:09:02 +0000
(14:09 +0800)
committer
Martin K. Petersen
<martin.petersen@oracle.com>
Tue, 30 Mar 2021 03:09:10 +0000
(23:09 -0400)
s/remoed/removed/
Link:
https://lore.kernel.org/r/20210326060902.1851811-1-pinganddu90@gmail.com
Signed-off-by: dudengke <dengke.du@ucas.com.cn>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/scsi_sysfs.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/scsi_sysfs.c
b/drivers/scsi/scsi_sysfs.c
index 7fb2f70e97c8ecb9f70f784bdee4ee1ceaf8911d..6d2a282940927db6bff32465db5f6e7f9e278f78 100644
(file)
--- a/
drivers/scsi/scsi_sysfs.c
+++ b/
drivers/scsi/scsi_sysfs.c
@@
-1460,7
+1460,7
@@
void __scsi_remove_device(struct scsi_device *sdev)
/*
* Paired with the kref_get() in scsi_sysfs_initialize(). We have
- * remoed sysfs visibility from the device, so make the target
+ * remo
v
ed sysfs visibility from the device, so make the target
* invisible if this was the last device underneath it.
*/
scsi_target_reap(scsi_target(sdev));