From: Joe Perches on 26 Mar 2010 22:40 Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/net/atlx/atl1.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/atlx/atl1.c b/drivers/net/atlx/atl1.c index 9ba5470..0ebd820 100644 --- a/drivers/net/atlx/atl1.c +++ b/drivers/net/atlx/atl1.c @@ -84,7 +84,7 @@ #define ATLX_DRIVER_VERSION "2.1.3" MODULE_AUTHOR("Xiong Huang <xiong.huang(a)atheros.com>, \ - Chris Snook <csnook(a)redhat.com>, Jay Cliburn <jcliburn(a)gmail.com>"); +Chris Snook <csnook(a)redhat.com>, Jay Cliburn <jcliburn(a)gmail.com>"); MODULE_LICENSE("GPL"); MODULE_VERSION(ATLX_DRIVER_VERSION); -- 1.7.0.14.g7e948 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: [PATCH 5/9] drivers/message: Fix continuation lines Next: [PATCH 0/9] Continuation line fixes |