Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124693
b: refs/heads/master
c: 56b854b
h: refs/heads/master
i:
  124691: db6816c
v: v3
  • Loading branch information
James Bottomley authored and James Bottomley committed Dec 30, 2008
1 parent c3f11e1 commit eb92146
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 73c336740362731983bf7fd747cdd3b6ac593cef
refs/heads/master: 56b854bb314084396d3d3138126496d330943559
10 changes: 5 additions & 5 deletions trunk/drivers/scsi/fcoe/libfcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ static int fcoe_cpu_callback(struct notifier_block *nfb, unsigned long action,
#endif /* CONFIG_HOTPLUG_CPU */

/**
* foce_rcv - this is the fcoe receive function called by NET_RX_SOFTIRQ
* fcoe_rcv - this is the fcoe receive function called by NET_RX_SOFTIRQ
* @skb: the receive skb
* @dev: associated net device
* @ptype: context
Expand Down Expand Up @@ -991,8 +991,8 @@ static int fcoe_ethdrv_get(const struct net_device *netdev)

owner = fcoe_netdev_to_module_owner(netdev);
if (owner) {
printk(KERN_DEBUG "foce:hold driver module %s for %s\n",
owner->name, netdev->name);
printk(KERN_DEBUG "fcoe:hold driver module %s for %s\n",
module_name(owner), netdev->name);
return try_module_get(owner);
}
return -ENODEV;
Expand All @@ -1011,8 +1011,8 @@ static int fcoe_ethdrv_put(const struct net_device *netdev)

owner = fcoe_netdev_to_module_owner(netdev);
if (owner) {
printk(KERN_DEBUG "foce:release driver module %s for %s\n",
owner->name, netdev->name);
printk(KERN_DEBUG "fcoe:release driver module %s for %s\n",
module_name(owner), netdev->name);
module_put(owner);
return 0;
}
Expand Down

0 comments on commit eb92146

Please sign in to comment.