Skip to content

Commit fbeba43

Browse files
M-Vaittinenjic23
authored andcommitted
iio: test: Fix GTS test config
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: cf996f0 ("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>
1 parent 55d82a7 commit fbeba43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/iio/test/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Keep in alphabetical order
77
config IIO_GTS_KUNIT_TEST
8-
tristate "Test IIO formatting functions" if !KUNIT_ALL_TESTS
8+
tristate "Test IIO gain-time-scale helpers" if !KUNIT_ALL_TESTS
99
depends on KUNIT
1010
select IIO_GTS_HELPER
1111
select TEST_KUNIT_DEVICE_HELPERS

0 commit comments

Comments
 (0)