mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
scsi: core: devinfo: Fix typo in comment
Correct a minor typo in a comment within scsi_devinfo.c, replacing "compatibile" with the correct spelling "compatible". Signed-off-by: mrigendrachaubey <mrigendra.chaubey@gmail.com> Link: https://lore.kernel.org/r/20250524035516.27341-1-mrigendra.chaubey@gmail.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
e97633492f
commit
c8426f258a
|
|
@ -836,7 +836,7 @@ int __init scsi_init_devinfo(void)
|
|||
goto out;
|
||||
|
||||
for (i = 0; scsi_static_device_list[i].vendor; i++) {
|
||||
error = scsi_dev_info_list_add(1 /* compatibile */,
|
||||
error = scsi_dev_info_list_add(1 /* compatible */,
|
||||
scsi_static_device_list[i].vendor,
|
||||
scsi_static_device_list[i].model,
|
||||
NULL,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user