diff mbox series

[1/1] scsi: typo supporedt

Message ID 20230326151058.67359-1-heinrich.schuchardt@canonical.com
State Accepted, archived
Commit 854aaf9024fc70cae31672eb3db1583d8f88e94d
Delegated to: Heinrich Schuchardt
Headers show
Series [1/1] scsi: typo supporedt | expand

Commit Message

Heinrich Schuchardt March 26, 2023, 3:10 p.m. UTC
%s/supporedt/supported/

Fixes: edca8cf72130 ("Convert CONFIG_SCSI_AHCI_PLAT et al to Kconfig")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 drivers/scsi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass March 27, 2023, 4 a.m. UTC | #1
On Mon, 27 Mar 2023 at 04:11, Heinrich Schuchardt
<heinrich.schuchardt@canonical.com> wrote:
>
> %s/supporedt/supported/
>
> Fixes: edca8cf72130 ("Convert CONFIG_SCSI_AHCI_PLAT et al to Kconfig")
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
> ---
>  drivers/scsi/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index ad484ce8e8..a8014129d3 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -26,7 +26,7 @@  config SCSI_AHCI_PLAT
 	  This is deprecated. An AHCI driver should be provided instead.
 
 config SYS_SCSI_MAX_SCSI_ID
-	int "Maximum supporedt SCSI ID"
+	int "Maximum supported SCSI ID"
 	default 1
 	help
 	  Sets the maximum number of SCSI IDs to scan when looking for devices.