]> git.baikalelectronics.ru Git - uboot.git/commitdiff
scsi: typo supporedt
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 26 Mar 2023 15:08:03 +0000 (17:08 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 1 Apr 2023 08:11:50 +0000 (10:11 +0200)
%s/supporedt/supported/

Fixes: 379ac6c22605 ("Convert CONFIG_SCSI_AHCI_PLAT et al to Kconfig")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/scsi/Kconfig

index ad484ce8e88c6a11099d1c239e372c8eee92bdb2..a8014129d3357b61068ac04e18ad6bb9d08fd920 100644 (file)
@@ -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.