mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
scsi: core: scsi_scan: Fix typo in comment
Fix spelling mistake in comment: - initialze -> initialize Signed-off-by: Md Shofiqul Islam <shofiqtest@gmail.com> Reviewed-by: Bart Van Assche <bvanassche@acm.org> Link: https://patch.msgid.link/20260506094504.2235-1-shofiqtest@gmail.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
8ef4c72dbb
commit
036218473a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user