[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210326060902.1851811-1-pinganddu90@gmail.com>
Date: Fri, 26 Mar 2021 14:09:02 +0800
From: dudengke <pinganddu90@...il.com>
To: bvanassche@....org, jejb@...ux.ibm.com, martin.petersen@...cle.com,
linux-scsi@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, dudengke <dengke.du@...s.com.cn>
Subject: [PATCH] __scsi_remove_device: fix comments minor error
From: dudengke <dengke.du@...s.com.cn>
Signed-off-by: dudengke <dengke.du@...s.com.cn>
---
drivers/scsi/scsi_sysfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/scsi_sysfs.c b/drivers/scsi/scsi_sysfs.c
index b6378c8ca783..86e8d0bf821d 100644
--- a/drivers/scsi/scsi_sysfs.c
+++ b/drivers/scsi/scsi_sysfs.c
@@ -1458,7 +1458,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));
--
2.25.1
Powered by blists - more mailing lists