diff mbox series

[v4,4/4] device property: Add a blank line in Kconfig of tests

Message ID 20221122133600.49897-4-andriy.shevchenko@linux.intel.com
State Accepted
Commit 9dc5f12f95e00fb0e0500ea4a8da0c0f29e718cb
Headers show
Series [v4,1/4] device property: Get rid of __PROPERTY_ENTRY_ARRAY_EL*SIZE*() | expand

Commit Message

Andy Shevchenko Nov. 22, 2022, 1:36 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>
Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
---
v4: added tag (Heikki)
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