projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ab86bb
)
sky2: Fix TX_MAP_PAGE misspelling
author
Jarek Poplawski
<jarkao2@gmail.com>
Mon, 1 Feb 2010 00:19:07 +0000
(
00:19
+0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 2 Feb 2010 23:55:43 +0000
(15:55 -0800)
Btw of the dma-debug problem reported by Michael Breuer I spotted
a tiny misspelling in TX_MAP_PAGE definition introduced by commit
6b84dacadbdc3
.
Signed-off-by: Jarek Poplawski <jarkao2@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sky2.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/sky2.h
b/drivers/net/sky2.h
index 365d79c7d834b7b22f6f342ad9615a75b23f315d..54cb303443e0024824db29e0a35f38ea635049ed 100644
(file)
--- a/
drivers/net/sky2.h
+++ b/
drivers/net/sky2.h
@@
-2156,7
+2156,7
@@
struct tx_ring_info {
struct sk_buff *skb;
unsigned long flags;
#define TX_MAP_SINGLE 0x0001
-#define TX_MAP_PAGE 0
0
0002
+#define TX_MAP_PAGE 0
x
0002
DECLARE_PCI_UNMAP_ADDR(mapaddr);
DECLARE_PCI_UNMAP_LEN(maplen);
};