]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
iio: test: Fix GTS test config
authorMatti Vaittinen <mazziesaccount@gmail.com>
Thu, 28 Nov 2024 08:46:29 +0000 (10:46 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 7 Dec 2024 17:23:41 +0000 (17:23 +0000)
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>
Link: https://patch.msgid.link/Z0gt5R86WdeK73u2@mva-rohm
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/test/Kconfig

index 33cca49c8058ae211ad543d70596688ae5023068..7a181cac3cc96ae33c1d80d2a292f6b945db4c35 100644 (file)
@@ -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