[PATCH v2] scsi: scsi_scan: Fix typo in comment

Md Shofiqul Islam posted 1 patch 1 month, 1 week ago
drivers/scsi/scsi_scan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] scsi: scsi_scan: Fix typo in comment
Posted by Md Shofiqul Islam 1 month, 1 week ago
Fix spelling mistake in comment:
 - initialze -> initialize

Signed-off-by: Md Shofiqul Islam <shofiqtest@gmail.com>
---
 drivers/scsi/scsi_scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/scsi_scan.c b/drivers/scsi/scsi_scan.c
index ef22a4228..a35a5f777 100644
--- a/drivers/scsi/scsi_scan.c
+++ b/drivers/scsi/scsi_scan.c
@@ -858,7 +858,7 @@ static int scsi_probe_lun(struct scsi_device *sdev, unsigned char *inq_result,
 }
 
 /**
- * scsi_add_lun - allocate and fully initialze a scsi_device
+ * scsi_add_lun - allocate and fully initialize a scsi_device
  * @sdev:	holds information to be stored in the new scsi_device
  * @inq_result:	holds the result of a previous INQUIRY to the LUN
  * @bflags:	black/white list flag
-- 
2.54.0.windows.1
Re: [PATCH v2] scsi: scsi_scan: Fix typo in comment
Posted by Martin K. Petersen 3 weeks ago
On Wed, 06 May 2026 12:45:04 +0300, Md Shofiqul Islam wrote:

> Fix spelling mistake in comment:
>  - initialze -> initialize
> 
> 

Applied to 7.2/scsi-queue, thanks!

[1/1] scsi: scsi_scan: Fix typo in comment
      https://git.kernel.org/mkp/scsi/c/036218473a84

-- 
Martin K. Petersen
Re: [PATCH v2] scsi: scsi_scan: Fix typo in comment
Posted by Martin K. Petersen 4 weeks, 1 day ago
> Fix spelling mistake in comment:
>  - initialze -> initialize

Applied to 7.2/scsi-staging, thanks!

-- 
Martin K. Petersen
Re: [PATCH v2] scsi: scsi_scan: Fix typo in comment
Posted by Bart Van Assche 1 month ago
On 5/6/26 2:45 AM, Md Shofiqul Islam wrote:
> Fix spelling mistake in comment:
>   - initialze -> initialize

Reviewed-by: Bart Van Assche <bvanassche@acm.org>