summaryrefslogtreecommitdiff
path: root/arch/x86/um/vdso/checkundef.sh
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/um/vdso/checkundef.sh')
-rw-r--r--arch/x86/um/vdso/checkundef.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/um/vdso/checkundef.sh b/arch/x86/um/vdso/checkundef.sh
index 7ee90a9b549d..8e3ea6bb956f 100644
--- a/arch/x86/um/vdso/checkundef.sh
+++ b/arch/x86/um/vdso/checkundef.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# SPDX-License-Identifier: GPL-2.0
nm="$1"
file="$2"
$nm "$file" | grep '^ *U' > /dev/null 2>&1