From: dudengke Date: Fri, 26 Mar 2021 06:09:02 +0000 (+0800) Subject: scsi: core: Fix comment typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=eee8910fe0b502740e5dbb167e130dae791d3d13;p=linux.git scsi: core: Fix comment typo s/remoed/removed/ Link: https://lore.kernel.org/r/20210326060902.1851811-1-pinganddu90@gmail.com Signed-off-by: dudengke Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/scsi_sysfs.c b/drivers/scsi/scsi_sysfs.c index 7fb2f70e97c8e..6d2a282940927 100644 --- 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 + * removed sysfs visibility from the device, so make the target * invisible if this was the last device underneath it. */ scsi_target_reap(scsi_target(sdev));