Skip to content

Commit c5158c4

Browse files
committed
Less verbose kbuild_test_symbol on third parameter.
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
1 parent ca9a6ae commit c5158c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen_compat_def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ kbuild_test_compile() {
6161

6262
# Test that symbol is defined (will catch functions mostly).
6363
kbuild_test_symbol() {
64-
echo -n "Test function $* " >&2
64+
echo -n "Test function $1 $2" >&2
6565
kbuild_test_compile ${1^^} $1 ${2-} <<-EOF
6666
#include <linux/module.h>
6767
${3:-${2:+#include <$2>}}

0 commit comments

Comments
 (0)