Skip to content

Commit

Permalink
scripts/mod: Spelling s/DEVICEVTABLE/DEVICETABLE/
Browse files Browse the repository at this point in the history
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
  • Loading branch information
Geert Uytterhoeven authored and Michal Marek committed Jun 27, 2013
1 parent c398ff0 commit f82935e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/mod/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 " *"; \
Expand Down

0 comments on commit f82935e

Please sign in to comment.