netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] sky2: Fix TX_MAP_PAGE misspelling
@ 2010-02-01 10:19 Jarek Poplawski
  2010-02-03  0:00 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Jarek Poplawski @ 2010-02-01 10:19 UTC (permalink / raw)
  To: David Miller; +Cc: Michael Breuer, Stephen Hemminger, netdev

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>
---

 drivers/net/sky2.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/sky2.h b/drivers/net/sky2.h
index 365d79c..54cb303 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);
 };

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] sky2: Fix TX_MAP_PAGE misspelling
  2010-02-01 10:19 [PATCH net-next] sky2: Fix TX_MAP_PAGE misspelling Jarek Poplawski
@ 2010-02-03  0:00 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-02-03  0:00 UTC (permalink / raw)
  To: jarkao2; +Cc: mbreuer, shemminger, netdev

From: Jarek Poplawski <jarkao2@gmail.com>
Date: Mon, 1 Feb 2010 10:19:07 +0000

> 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>

Applied.

Thank goodness hex and octal 2 are the same :-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-03  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-01 10:19 [PATCH net-next] sky2: Fix TX_MAP_PAGE misspelling Jarek Poplawski
2010-02-03  0:00 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).