diff mbox series

[v3,3/3] device property: Add a blank line in Kconfig of tests

Message ID 20221111154621.15941-3-andriy.shevchenko@linux.intel.com
State Superseded
Headers show
Series [v3,1/3] device property: Get rid of __PROPERTY_ENTRY_ARRAY_EL*SIZE*() | expand

Commit Message

Andy Shevchenko Nov. 11, 2022, 3:46 p.m. UTC
Seems the blank line to separate entries in Kconfig was missing.
Add it.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
v3: new patch
 drivers/base/test/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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