Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172183
b: refs/heads/master
c: 3320eae
h: refs/heads/master
i:
  172181: baff0f8
  172179: 839b190
  172175: e788276
v: v3
  • Loading branch information
Tristram Ha authored and David S. Miller committed Dec 4, 2009
1 parent efd93c3 commit a8c31c4
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: fc4a7489663250360cd40d5adf06a08d1c5d54df
refs/heads/master: 3320eae51d6e4c65b4733bf4d87de3b833973a1f
4 changes: 2 additions & 2 deletions trunk/drivers/net/ks8851.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* drivers/net/ks8651.c
/* drivers/net/ks8851.c
*
* Copyright 2009 Simtec Electronics
* http://www.simtec.co.uk/
Expand Down Expand Up @@ -714,7 +714,7 @@ static void ks8851_tx_work(struct work_struct *work)
{
struct ks8851_net *ks = container_of(work, struct ks8851_net, tx_work);
struct sk_buff *txb;
bool last = false;
bool last = skb_queue_empty(&ks->txq);

mutex_lock(&ks->lock);

Expand Down

0 comments on commit a8c31c4

Please sign in to comment.