Skip to content

Commit 365184e

Browse files
t-8chgregkh
authored andcommitted
kunit: Extend kconfig help text for KUNIT_UML_PCI
commit 285cae57a51664cc94e85de0ff994f9965b3aca8 upstream. Checkpatch.pl expects at least 4 lines of help text. Extend the help text to make checkpatch.pl happy. Link: https://lore.kernel.org/r/[email protected] Fixes: 031cdd3bc3f3 ("kunit: Enable PCI on UML without triggering WARN()") Suggested-by: Shuah Khan <[email protected]> Link: https://lore.kernel.org/lkml/[email protected]/ Signed-off-by: Thomas Weißschuh <[email protected]> Reviewed-by: David Gow <[email protected]> Signed-off-by: Shuah Khan <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 224165d commit 365184e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/kunit/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,9 @@ config KUNIT_UML_PCI
112112
select UML_PCI
113113
help
114114
Enables the PCI subsystem on UML for use by KUnit tests.
115+
Some KUnit tests require the PCI core which is not enabled by
116+
default on UML.
117+
118+
If unsure, say N.
115119

116120
endif # KUNIT

0 commit comments

Comments
 (0)