]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ufs: Correct the UFS terminlogy
authorBin Meng <bmeng@tinylab.org>
Wed, 11 Oct 2023 13:15:44 +0000 (21:15 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 27 Nov 2023 21:18:58 +0000 (16:18 -0500)
UFS stands for Universal Flash Storage, not Subsytem.

Signed-off-by: Bin Meng <bmeng@tinylab.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
cmd/Kconfig
drivers/ufs/ufs-uclass.c
drivers/ufs/ufs.c

index 6470b138d2f83c8dc1ad0f92e2135f03d56fac8b..a59c67e3338623cd71168d3254793ff1fec75a12 100644 (file)
@@ -1536,7 +1536,7 @@ config CMD_TSI148
          Turndra tsi148 device. See the command help for full details.
 
 config CMD_UFS
-       bool "Enable UFS - Universal Flash Subsystem commands"
+       bool "Enable UFS - Universal Flash Storage commands"
        depends on UFS
        help
          "This provides commands to initialise and configure universal flash
index ceea30c4a95c2fb48f70b58eb2375a9bffb2dba4..ffae811d462ba3df0b2702207d6435dd0905ad21 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /**
- * ufs-uclass.c - Universal Flash Subsystem (UFS) Uclass driver
+ * ufs-uclass.c - Universal Flash Storage (UFS) Uclass driver
  *
  * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com
  */
index 7c48d57f99d69bc0dfc9216c2b9cbfc9d407e1c7..f534d6e29f7b5856636e920d61d847dd185ad027 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+
 /**
- * ufs.c - Universal Flash Subsystem (UFS) driver
+ * ufs.c - Universal Flash Storage (UFS) driver
  *
  * Taken from Linux Kernel v5.2 (drivers/scsi/ufs/ufshcd.c) and ported
  * to u-boot.