[PATCH] most: tell what the MOST acronym means

Randy Dunlap posted 1 patch 2 years, 8 months ago
drivers/most/Kconfig |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] most: tell what the MOST acronym means
Posted by Randy Dunlap 2 years, 8 months ago
Tell kconfig users what "MOST" means so that they can have a bit
of information about what it is. I.e., more than zero information.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Christian Gromm <christian.gromm@microchip.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 drivers/most/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -- a/drivers/most/Kconfig b/drivers/most/Kconfig
--- a/drivers/most/Kconfig
+++ b/drivers/most/Kconfig
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0
 menuconfig MOST
-	tristate "MOST support"
+	tristate "MOST (Media Oriented Systems Transport) support"
 	depends on HAS_DMA && CONFIGFS_FS
 	default n
 	help