aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sky2.h
diff options
context:
space:
mode:
authorJarek Poplawski <jarkao2@gmail.com>2010-02-01 00:19:07 +0000
committerDavid S. Miller <davem@davemloft.net>2010-02-02 15:55:43 -0800
commit0c2dc318e88100e1abdff07e8a7d60460984a2d2 (patch)
treeffd700e26685c380f8f6e183fb3f13a9dafb1a95 /drivers/net/sky2.h
parentvirtio_net: Defer skb allocation in receive path Date: Wed, 13 Jan 2010 12:53:38 -0800 (diff)
downloadlinux-dev-0c2dc318e88100e1abdff07e8a7d60460984a2d2.tar.xz
linux-dev-0c2dc318e88100e1abdff07e8a7d60460984a2d2.zip
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 6b84dacadbdc3. Signed-off-by: Jarek Poplawski <jarkao2@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/sky2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sky2.h b/drivers/net/sky2.h
index 365d79c7d834..54cb303443e0 100644
--- 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 000002
+#define TX_MAP_PAGE 0x0002
DECLARE_PCI_UNMAP_ADDR(mapaddr);
DECLARE_PCI_UNMAP_LEN(maplen);
};