aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod/Makefile
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2013-05-17 14:18:35 +0200
committerMichal Marek <mmarek@suse.cz>2013-06-28 00:18:11 +0200
commitf82935ebd6adf554787c273cdc91d2d6ef1eaf51 (patch)
tree385797d0601c6bf71b531ae36ef5f9a329e9ba54 /scripts/mod/Makefile
parentkbuild: fix error when building from src rpm (diff)
downloadlinux-dev-f82935ebd6adf554787c273cdc91d2d6ef1eaf51.tar.xz
linux-dev-f82935ebd6adf554787c273cdc91d2d6ef1eaf51.zip
scripts/mod: Spelling s/DEVICEVTABLE/DEVICETABLE/
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to '')
-rw-r--r--scripts/mod/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mod/Makefile b/scripts/mod/Makefile
index 75d59fcd48b8..ae21b898aba8 100644
--- a/scripts/mod/Makefile
+++ b/scripts/mod/Makefile
@@ -15,8 +15,8 @@ endef
quiet_cmd_offsets = GEN $@
define cmd_offsets
(set -e; \
- echo "#ifndef __DEVICEVTABLE_OFFSETS_H__"; \
- echo "#define __DEVICEVTABLE_OFFSETS_H__"; \
+ echo "#ifndef __DEVICETABLE_OFFSETS_H__"; \
+ echo "#define __DEVICETABLE_OFFSETS_H__"; \
echo "/*"; \
echo " * DO NOT MODIFY."; \
echo " *"; \