netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-2.6 3/7] jme: Fix typo
@ 2009-06-28 20:43 Guo-Fu Tseng
  0 siblings, 0 replies; 2+ messages in thread
From: Guo-Fu Tseng @ 2009-06-28 20:43 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, Ethan Hsiao

Fix enum typo in jme.h

Signed-off-by: Guo-Fu Tseng <cooldavid@cooldavid.org>
---
 drivers/net/jme.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/jme.h b/drivers/net/jme.h
index 0996a06..0025e68 100644
--- a/drivers/net/jme.h
+++ b/drivers/net/jme.h
@@ -247,7 +247,7 @@ enum jme_txdesc_flags_bits {
 };
 
 #define TXDESC_MSS_SHIFT	2
-enum jme_rxdescwb_flags_bits {
+enum jme_txwbdesc_flags_bits {
 	TXWBFLAG_OWN	= 0x80,
 	TXWBFLAG_INT	= 0x40,
 	TXWBFLAG_TMOUT	= 0x20,
-- 
1.6.0.6


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

* [PATCH net-2.6 3/7] jme: Fix typo
@ 2009-07-06 14:38 Guo-Fu Tseng
  0 siblings, 0 replies; 2+ messages in thread
From: Guo-Fu Tseng @ 2009-07-06 14:38 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, Ethan Hsiao

Fix enum typo in jme.h

Signed-off-by: Guo-Fu Tseng <cooldavid@cooldavid.org>
---
 drivers/net/jme.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/jme.h b/drivers/net/jme.h
index 0996a06..0025e68 100644
--- a/drivers/net/jme.h
+++ b/drivers/net/jme.h
@@ -247,7 +247,7 @@ enum jme_txdesc_flags_bits {
 };
 
 #define TXDESC_MSS_SHIFT	2
-enum jme_rxdescwb_flags_bits {
+enum jme_txwbdesc_flags_bits {
 	TXWBFLAG_OWN	= 0x80,
 	TXWBFLAG_INT	= 0x40,
 	TXWBFLAG_TMOUT	= 0x20,
-- 
1.6.0.6


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

end of thread, other threads:[~2009-07-06 14:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-06 14:38 [PATCH net-2.6 3/7] jme: Fix typo Guo-Fu Tseng
  -- strict thread matches above, loose matches on Subject: below --
2009-06-28 20:43 Guo-Fu Tseng

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