[PATCH] Trivial, add missing newline at EOF in drivers/tc/lk201.h

From: Jesper Juhl
Date: Fri Jun 04 2004 - 19:13:21 EST



Missing newlines at the end of files make them less pleasing to work with
for a number of tools that work on a line-by-line basis, and for source files
it will cause gcc to emit a warning. So, I desided to add that missing
newline to the few files in the kernel that are missing it.
This patch makes no functional changes at all to the kernel.
Patch is against 2.6.7-rc2

Here's the patch adding a newline to drivers/tc/lk201.h


--- linux-2.6.7-rc2/drivers/tc/lk201.h-orig 2004-06-05 01:36:33.000000000 +0200
+++ linux-2.6.7-rc2/drivers/tc/lk201.h 2004-06-05 01:38:28.000000000 +0200
@@ -50,4 +50,4 @@
#define LK_KEY_REPEAT 180
#define LK_KEY_ACK 186

-extern unsigned char scancodeRemap[256];
\ No newline at end of file
+extern unsigned char scancodeRemap[256];


--
Jesper Juhl <juhl-lkml@xxxxxx>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/