Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3599
b: refs/heads/master
c: ed4030d
h: refs/heads/master
i:
  3597: 8b625d7
  3595: 7260d02
  3591: 4215d20
  3583: 4d0a067
v: v3
  • Loading branch information
Denis Vlasenko authored and Jeff Garzik committed Jun 27, 2005
1 parent 4b5fb6c commit 3c02428
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: 2b02893ed13ec6a5799099844b5a84d8cd631dbd
refs/heads/master: ed4030d114efff53e2605ea4d07d39835b68b605
6 changes: 3 additions & 3 deletions trunk/drivers/net/via-rhine.c
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ static void rhine_tx(struct net_device *dev)
while (rp->dirty_tx != rp->cur_tx) {
txstatus = le32_to_cpu(rp->tx_ring[entry].tx_status);
if (debug > 6)
printk(KERN_DEBUG " Tx scavenge %d status %8.8x.\n",
printk(KERN_DEBUG "Tx scavenge %d status %8.8x.\n",
entry, txstatus);
if (txstatus & DescOwn)
break;
Expand Down Expand Up @@ -1469,7 +1469,7 @@ static void rhine_rx(struct net_device *dev)
int data_size = desc_status >> 16;

if (debug > 4)
printk(KERN_DEBUG " rhine_rx() status is %8.8x.\n",
printk(KERN_DEBUG "rhine_rx() status is %8.8x.\n",
desc_status);
if (--boguscnt < 0)
break;
Expand All @@ -1487,7 +1487,7 @@ static void rhine_rx(struct net_device *dev)
} else if (desc_status & RxErr) {
/* There was a error. */
if (debug > 2)
printk(KERN_DEBUG " rhine_rx() Rx "
printk(KERN_DEBUG "rhine_rx() Rx "
"error was %8.8x.\n",
desc_status);
rp->stats.rx_errors++;
Expand Down

0 comments on commit 3c02428

Please sign in to comment.