diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-05-17 08:18:35 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2013-06-27 18:18:11 -0400 |
commit | f82935ebd6adf554787c273cdc91d2d6ef1eaf51 (patch) | |
tree | 385797d0601c6bf71b531ae36ef5f9a329e9ba54 /scripts/mod/Makefile | |
parent | c398ff00f55d56bec8eb116e9ad3d226998230fa (diff) |
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 'scripts/mod/Makefile')
-rw-r--r-- | scripts/mod/Makefile | 4 |
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 | |||
15 | quiet_cmd_offsets = GEN $@ | 15 | quiet_cmd_offsets = GEN $@ |
16 | define cmd_offsets | 16 | define cmd_offsets |
17 | (set -e; \ | 17 | (set -e; \ |
18 | echo "#ifndef __DEVICEVTABLE_OFFSETS_H__"; \ | 18 | echo "#ifndef __DEVICETABLE_OFFSETS_H__"; \ |
19 | echo "#define __DEVICEVTABLE_OFFSETS_H__"; \ | 19 | echo "#define __DEVICETABLE_OFFSETS_H__"; \ |
20 | echo "/*"; \ | 20 | echo "/*"; \ |
21 | echo " * DO NOT MODIFY."; \ | 21 | echo " * DO NOT MODIFY."; \ |
22 | echo " *"; \ | 22 | echo " *"; \ |