Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288375
b: refs/heads/master
c: d31b20f
h: refs/heads/master
i:
  288373: 7beaa47
  288371: b4a4cf0
  288367: a01c7e8
v: v3
  • Loading branch information
Haiyang Zhang authored and David S. Miller committed Mar 8, 2012
1 parent 28c27ee commit 796e3c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4231d47e6fe69f061f96c98c30eaf9fb4c14b96d
refs/heads/master: d31b20fcc89efa8c5d3f5ea2720e08a286b69a36
4 changes: 2 additions & 2 deletions trunk/drivers/net/hyperv/netvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ int netvsc_recv_callback(struct hv_device *device_obj,
static void netvsc_get_drvinfo(struct net_device *net,
struct ethtool_drvinfo *info)
{
strcpy(info->driver, "hv_netvsc");
strcpy(info->driver, KBUILD_MODNAME);
strcpy(info->version, HV_DRV_VERSION);
strcpy(info->fw_version, "N/A");
}
Expand Down Expand Up @@ -485,7 +485,7 @@ MODULE_DEVICE_TABLE(vmbus, id_table);

/* The one and only one */
static struct hv_driver netvsc_drv = {
.name = "netvsc",
.name = KBUILD_MODNAME,
.id_table = id_table,
.probe = netvsc_probe,
.remove = netvsc_remove,
Expand Down

0 comments on commit 796e3c1

Please sign in to comment.