[PATCH] scsi: scsi_devinfo: Fix typo in comment

mrigendrachaubey posted 1 patch 6 months, 4 weeks ago
drivers/scsi/scsi_devinfo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] scsi: scsi_devinfo: Fix typo in comment
Posted by mrigendrachaubey 6 months, 4 weeks ago
This patch corrects 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>
---
 drivers/scsi/scsi_devinfo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/scsi_devinfo.c b/drivers/scsi/scsi_devinfo.c
index 90f1393a23f8..3772c3bca5fe 100644
--- a/drivers/scsi/scsi_devinfo.c
+++ b/drivers/scsi/scsi_devinfo.c
@@ -863,7 +863,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,
-- 
2.34.1
Re: [PATCH] scsi: scsi_devinfo: Fix typo in comment
Posted by Martin K. Petersen 6 months, 2 weeks ago
On Sat, 24 May 2025 09:25:16 +0530, mrigendrachaubey wrote:

> This patch corrects a minor typo in a comment within scsi_devinfo.c,
> replacing "compatibile" with the correct spelling "compatible".
> 
> 

Applied to 6.16/scsi-queue, thanks!

[1/1] scsi: scsi_devinfo: Fix typo in comment
      https://git.kernel.org/mkp/scsi/c/c8426f258a0a

-- 
Martin K. Petersen	Oracle Linux Engineering