Skip to content

Commit c8426f2

Browse files
mrigendrachaubeymartinkpetersen
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
1 parent e976334 commit c8426f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/scsi_devinfo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ int __init scsi_init_devinfo(void)
836836
goto out;
837837

838838
for (i = 0; scsi_static_device_list[i].vendor; i++) {
839-
error = scsi_dev_info_list_add(1 /* compatibile */,
839+
error = scsi_dev_info_list_add(1 /* compatible */,
840840
scsi_static_device_list[i].vendor,
841841
scsi_static_device_list[i].model,
842842
NULL,

0 commit comments

Comments
 (0)