public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] twiddler compile fix.
@ 2005-02-07  3:07 Dmitry Torokhov
  2005-02-07 12:09 ` Vojtech Pavlik
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Torokhov @ 2005-02-07  3:07 UTC (permalink / raw)
  To: linux-input; +Cc: linux-kernel, vojtech

Hi,

Somehow this part of one of the earlier patches was lost...

-- 
Dmitry


===================================================================


ChangeSet@1.2122, 2005-02-06 20:25:21-05:00, dtor_core@ameritech.net
  Input: fix compie error in twidjoy.c
  
  Signed-off-by: Dmitry Torokhov <dtor@mail.ru>


 twidjoy.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)


===================================================================



diff -Nru a/drivers/input/joystick/twidjoy.c b/drivers/input/joystick/twidjoy.c
--- a/drivers/input/joystick/twidjoy.c	2005-02-06 21:56:05 -05:00
+++ b/drivers/input/joystick/twidjoy.c	2005-02-06 21:56:05 -05:00
@@ -58,7 +58,9 @@
 #include <linux/serio.h>
 #include <linux/init.h>
 
-MODULE_DESCRIPTION("Handykey Twiddler keyboard as a joystick driver");
+#define DRIVER_DESC	"Handykey Twiddler keyboard as a joystick driver"
+
+MODULE_DESCRIPTION(DRIVER_DESC);
 MODULE_LICENSE("GPL");
 
 /*

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

* Re: [PATCH] twiddler compile fix.
  2005-02-07  3:07 [PATCH] twiddler compile fix Dmitry Torokhov
@ 2005-02-07 12:09 ` Vojtech Pavlik
  0 siblings, 0 replies; 2+ messages in thread
From: Vojtech Pavlik @ 2005-02-07 12:09 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-input, linux-kernel

On Sun, Feb 06, 2005 at 10:07:48PM -0500, Dmitry Torokhov wrote:
> Hi,
> 
> Somehow this part of one of the earlier patches was lost...
> 
> -- 
> Dmitry
> 
> 
> ===================================================================
> 
> 
> ChangeSet@1.2122, 2005-02-06 20:25:21-05:00, dtor_core@ameritech.net
>   Input: fix compie error in twidjoy.c
>   
>   Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
> 
> 
>  twidjoy.c |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletion(-)
> 
> 
> ===================================================================
 

Thanks; applied.

-- 
Vojtech Pavlik
SuSE Labs, SuSE CR

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

end of thread, other threads:[~2005-02-07 12:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-07  3:07 [PATCH] twiddler compile fix Dmitry Torokhov
2005-02-07 12:09 ` Vojtech Pavlik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox