From: Andy Shevchenko Date: Tue, 22 Nov 2022 13:36:00 +0000 (+0200) Subject: device property: Add a blank line in Kconfig of tests X-Git-Tag: v6.2-rc1~66^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9dc5f12f95e00fb0e0500ea4a8da0c0f29e718cb;p=thirdparty%2Flinux.git 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 Acked-by: Heikki Krogerus Link: https://lore.kernel.org/r/20221122133600.49897-4-andriy.shevchenko@linux.intel.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/base/test/Kconfig b/drivers/base/test/Kconfig index 2f3fa31a948e2..610a1ba7a467e 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