Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188869
b: refs/heads/master
c: 29b8dd0
h: refs/heads/master
i:
  188867: 749d6ae
v: v3
  • Loading branch information
Greg Rose authored and David S. Miller committed Mar 20, 2010
1 parent 1a713e8 commit 4e56a07
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: 4c3a822395c01d50ca2ba3aa4529e19d237a2f8c
refs/heads/master: 29b8dd024bd48c3d1d1e5140f5bbb683786f998e
4 changes: 2 additions & 2 deletions trunk/drivers/net/ixgbevf/ixgbevf_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2419,7 +2419,7 @@ static void ixgbevf_watchdog_task(struct work_struct *work)
if (!netif_carrier_ok(netdev)) {
hw_dbg(&adapter->hw, "NIC Link is Up %s, ",
((link_speed == IXGBE_LINK_SPEED_10GB_FULL) ?
"10 Gbps" : "1 Gbps"));
"10 Gbps\n" : "1 Gbps\n"));
netif_carrier_on(netdev);
netif_tx_wake_all_queues(netdev);
} else {
Expand Down Expand Up @@ -2695,7 +2695,7 @@ static int ixgbevf_open(struct net_device *netdev)
if (hw->adapter_stopped) {
err = IXGBE_ERR_MBX;
printk(KERN_ERR "Unable to start - perhaps the PF"
"Driver isn't up yet\n");
" Driver isn't up yet\n");
goto err_setup_reset;
}
}
Expand Down

0 comments on commit 4e56a07

Please sign in to comment.