We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9a6ae commit c5158c4Copy full SHA for c5158c4
gen_compat_def
@@ -61,7 +61,7 @@ kbuild_test_compile() {
61
62
# Test that symbol is defined (will catch functions mostly).
63
kbuild_test_symbol() {
64
- echo -n "Test function $* " >&2
+ echo -n "Test function $1 $2" >&2
65
kbuild_test_compile ${1^^} $1 ${2-} <<-EOF
66
#include <linux/module.h>
67
${3:-${2:+#include <$2>}}
0 commit comments