Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

mrigendrachaubey and committed by
Martin K. Petersen
c8426f25 e9763349

+1 -1
+1 -1
drivers/scsi/scsi_devinfo.c
··· 836 836 goto out; 837 837 838 838 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 */, 840 840 scsi_static_device_list[i].vendor, 841 841 scsi_static_device_list[i].model, 842 842 NULL,