Commit 0c2dc318 authored by Jarek Poplawski's avatar Jarek Poplawski Committed by David S. Miller

sky2: Fix TX_MAP_PAGE misspelling

Btw of the dma-debug problem reported by Michael Breuer I spotted
a tiny misspelling in TX_MAP_PAGE definition introduced by commit
6b84daca.
Signed-off-by: default avatarJarek Poplawski <jarkao2@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9ab86bbc
...@@ -2156,7 +2156,7 @@ struct tx_ring_info { ...@@ -2156,7 +2156,7 @@ struct tx_ring_info {
struct sk_buff *skb; struct sk_buff *skb;
unsigned long flags; unsigned long flags;
#define TX_MAP_SINGLE 0x0001 #define TX_MAP_SINGLE 0x0001
#define TX_MAP_PAGE 000002 #define TX_MAP_PAGE 0x0002
DECLARE_PCI_UNMAP_ADDR(mapaddr); DECLARE_PCI_UNMAP_ADDR(mapaddr);
DECLARE_PCI_UNMAP_LEN(maplen); DECLARE_PCI_UNMAP_LEN(maplen);
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment