diff mbox

scripts/mod: Spelling s/DEVICEVTABLE/DEVICETABLE/

Message ID 1368793115-7175-1-git-send-email-geert@linux-m68k.org (mailing list archive)
State New, archived
Headers show

Commit Message

Geert Uytterhoeven May 17, 2013, 12:18 p.m. UTC
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 scripts/mod/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Comments

Michal Marek June 27, 2013, 10:34 p.m. UTC | #1
Dne 17.5.2013 14:18, Geert Uytterhoeven napsal(a):
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> ---
>  scripts/mod/Makefile |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)

Added to kbuild.git#kbuild.

Thanks,
Michal

--
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/scripts/mod/Makefile b/scripts/mod/Makefile
index 75d59fc..ae21b89 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 " *"; \