We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a56ca2 commit 2466b31Copy full SHA for 2466b31
lib/tests/module/gen_test_kallsyms.sh
@@ -32,7 +32,7 @@ gen_num_syms()
32
PREFIX=$1
33
NUM=$2
34
for i in $(seq 1 $NUM); do
35
- printf "int auto_test_%s_%010d = 0xff;\n" $PREFIX $i
+ printf "int auto_test_%s_%010d = 0;\n" $PREFIX $i
36
printf "EXPORT_SYMBOL_GPL(auto_test_%s_%010d);\n" $PREFIX $i
37
done
38
echo
0 commit comments