Title: [6456] trunk/drivers/input/touchscreen/ad7879.c: fix e-mail munging
Revision
6456
Author
vapier
Date
2009-05-24 00:08:00 -0500 (Sun, 24 May 2009)

Log Message

fix e-mail munging

Modified Paths


Diff

Modified: trunk/drivers/input/touchscreen/ad7879.c (6455 => 6456)


--- trunk/drivers/input/touchscreen/ad7879.c	2009-05-24 04:53:56 UTC (rev 6455)
+++ trunk/drivers/input/touchscreen/ad7879.c	2009-05-24 05:08:00 UTC (rev 6456)
@@ -23,7 +23,7 @@
  * History:
  * Copyright (c) 2005 David Brownell
  * Copyright (c) 2006 Nokia Corporation
- * Various changes: Imre Deak <imre.deak <at> nokia.com>
+ * Various changes: Imre Deak <[email protected]>
  *
  * Using code from:
  *  - corgi_ts.c
@@ -776,6 +776,6 @@
 module_exit(ad7879_exit);
 #endif
 
-MODULE_AUTHOR("Michael Hennerich <hennerich <at> blackfin.uclinux.org>");
+MODULE_AUTHOR("Michael Hennerich <[email protected]>");
 MODULE_DESCRIPTION("AD7879(-1) touchscreen Driver");
 MODULE_LICENSE("GPL");
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to