diff mbox series

iio: test: Fix GTS test config

Message ID Z0gt5R86WdeK73u2@mva-rohm (mailing list archive)
State New
Headers show
Series iio: test: Fix GTS test config | expand

Commit Message

Matti Vaittinen Nov. 28, 2024, 8:46 a.m. UTC
The test config contained a copy-paste error. The IIO GTS helper test
was errorneously titled as "Test IIO formatting functions" in the
menuconfig.

Change the title of the tests to reflect what is tested.

Fixes: cf996f039679 ("iio: test: test gain-time-scale helpers")
Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com>
---
 drivers/iio/test/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: a61ff7eac77e86de828fe28c4e42b8ae9ec2b195
diff mbox series

Patch

diff --git a/drivers/iio/test/Kconfig b/drivers/iio/test/Kconfig
index 33cca49c8058..7a181cac3cc9 100644
--- a/drivers/iio/test/Kconfig
+++ b/drivers/iio/test/Kconfig
@@ -5,7 +5,7 @@ 
 
 # Keep in alphabetical order
 config IIO_GTS_KUNIT_TEST
-	tristate "Test IIO formatting functions" if !KUNIT_ALL_TESTS
+	tristate "Test IIO gain-time-scale helpers" if !KUNIT_ALL_TESTS
 	depends on KUNIT
 	select IIO_GTS_HELPER
 	select TEST_KUNIT_DEVICE_HELPERS