All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] input/tc3589x: fix compile error
@ 2011-01-04 11:08 Dan Carpenter
  2011-01-05  1:01 ` Linus Walleij
  2011-01-07 10:12 ` Linus Walleij
  0 siblings, 2 replies; 8+ messages in thread
From: Dan Carpenter @ 2011-01-04 11:08 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Sundar Iyer, Linus Walleij, linux-input

There was a semi-colon missing and it broke the compile.

Signed-off-by: Dan Carpenter <error27@gmail.com>

diff --git a/drivers/input/keyboard/tc3589x-keypad.c b/drivers/input/keyboard/tc3589x-keypad.c
index 69dc0cb..217a74f 100644
--- a/drivers/input/keyboard/tc3589x-keypad.c
+++ b/drivers/input/keyboard/tc3589x-keypad.c
@@ -469,4 +469,5 @@ module_exit(tc3589x_keypad_exit);
 MODULE_LICENSE("GPL v2");
 MODULE_AUTHOR("Jayeeta Banerjee/Sundar Iyer");
 MODULE_DESCRIPTION("TC35893 Keypad Driver");
-MODULE_ALIAS("platform:tc3589x-keypad")
+MODULE_ALIAS("platform:tc3589x-keypad");
+

^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [PATCH] input/tc3589x: fix compile error
@ 2011-01-07 19:47 Linus Walleij
  0 siblings, 0 replies; 8+ messages in thread
From: Linus Walleij @ 2011-01-07 19:47 UTC (permalink / raw)
  To: Linus Torvalds, Linux Kernel Mailing List
  Cc: Dan Carpenter, Dmitry Torokhov, Linus Walleij

From: Dan Carpenter <error27@gmail.com>

There was a semi-colon missing and it broke the compile.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
---
Linus, det är Linus, kan du lägga på den här? Det fattas
ett semikolon, vet inte var det är, jag har förlagt det.
---
 drivers/input/keyboard/tc3589x-keypad.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/input/keyboard/tc3589x-keypad.c b/drivers/input/keyboard/tc3589x-keypad.c
index 69dc0cb..dbbe761 100644
--- a/drivers/input/keyboard/tc3589x-keypad.c
+++ b/drivers/input/keyboard/tc3589x-keypad.c
@@ -469,4 +469,4 @@ module_exit(tc3589x_keypad_exit);
 MODULE_LICENSE("GPL v2");
 MODULE_AUTHOR("Jayeeta Banerjee/Sundar Iyer");
 MODULE_DESCRIPTION("TC35893 Keypad Driver");
-MODULE_ALIAS("platform:tc3589x-keypad")
+MODULE_ALIAS("platform:tc3589x-keypad");
-- 
1.7.3.4


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-01-07 19:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-04 11:08 [patch] input/tc3589x: fix compile error Dan Carpenter
2011-01-05  1:01 ` Linus Walleij
2011-01-05  8:20   ` Dan Carpenter
2011-01-05 10:55     ` Linus Walleij
2011-01-07 10:12 ` Linus Walleij
2011-01-07 17:45   ` Dmitry Torokhov
2011-01-07 19:50     ` Linus Walleij
  -- strict thread matches above, loose matches on Subject: below --
2011-01-07 19:47 [PATCH] " Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.