diff options
author | Joe Perches <[email protected]> | 2010-03-26 16:27:55 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2010-03-27 08:33:22 -0700 |
commit | 44ebb95290afcc687511ad3f7fd6434e867c270a (patch) | |
tree | b60dfaa372a40fe144cc4386d207525c1f496109 | |
parent | 39ca5f033bb2ea18877632809185268eebbb37a9 (diff) |
drivers/net: Fix continuation lines
Signed-off-by: Joe Perches <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-rw-r--r-- | 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 9ba547069db3..0ebd8208f606 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 <[email protected]>, \ - Chris Snook <[email protected]>, Jay Cliburn <[email protected]>"); +Chris Snook <[email protected]>, Jay Cliburn <[email protected]>"); MODULE_LICENSE("GPL"); MODULE_VERSION(ATLX_DRIVER_VERSION); |