diff options
author | Andy Shevchenko <[email protected]> | 2022-11-22 15:36:00 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-11-23 19:35:31 +0100 |
commit | 9dc5f12f95e00fb0e0500ea4a8da0c0f29e718cb (patch) | |
tree | dc9ffe33514e178facc3f6e21a7138130e89090b | |
parent | 4d57b4f215e8ba86c36540eaccd3b17bc5ee39c0 (diff) |
device property: Add a blank line in Kconfig of tests
Seems the blank line to separate entries in Kconfig was missing.
Add it.
Signed-off-by: Andy Shevchenko <[email protected]>
Acked-by: Heikki Krogerus <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/base/test/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/test/Kconfig b/drivers/base/test/Kconfig index 2f3fa31a948e..610a1ba7a467 100644 --- a/drivers/base/test/Kconfig +++ b/drivers/base/test/Kconfig @@ -8,6 +8,7 @@ config TEST_ASYNC_DRIVER_PROBE The module name will be test_async_driver_probe.ko If unsure say N. + config DRIVER_PE_KUNIT_TEST bool "KUnit Tests for property entry API" if !KUNIT_ALL_TESTS depends on KUNIT=y |