Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214367
b: refs/heads/master
c: f27e21a
h: refs/heads/master
i:
  214365: 26d82c5
  214363: e917fa2
  214359: 6eac897
  214351: 72da90e
  214335: e17de6d
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Sep 9, 2010
1 parent c02c79e commit 8bd82dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e0386005ff2a729998735e10769d99e1acbc2dd1
refs/heads/master: f27e21a813e2c4ca74b30a5443602e75b146db9b
6 changes: 3 additions & 3 deletions trunk/drivers/net/atlx/atl2.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@

#define ATL2_DRV_VERSION "2.2.3"

static char atl2_driver_name[] = "atl2";
static const char atl2_driver_name[] = "atl2";
static const char atl2_driver_string[] = "Atheros(R) L2 Ethernet Driver";
static char atl2_copyright[] = "Copyright (c) 2007 Atheros Corporation.";
static char atl2_driver_version[] = ATL2_DRV_VERSION;
static const char atl2_copyright[] = "Copyright (c) 2007 Atheros Corporation.";
static const char atl2_driver_version[] = ATL2_DRV_VERSION;

MODULE_AUTHOR("Atheros Corporation <xiong.huang@atheros.com>, Chris Snook <csnook@redhat.com>");
MODULE_DESCRIPTION("Atheros Fast Ethernet Network Driver");
Expand Down

0 comments on commit 8bd82dc

Please sign in to comment.