[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1299776658-15137-1-git-send-email-ian.campbell@citrix.com>
Date: Thu, 10 Mar 2011 17:04:18 +0000
From: Ian Campbell <ian.campbell@...rix.com>
To: netdev@...r.kernel.org
Cc: Jeremy Fitzhardinge <jeremy@...p.org>,
Ian Campbell <ian.campbell@...rix.com>,
Ben Hutchings <bhutchings@...arflare.com>
Subject: [PATCH] xen: netfront: ethtool stats fields should be unsigned long
Fixup the rx_gso_checksum_fixup field added in e0ce4af920eb to be
unsigned long as suggested by Ben Hutchings in
<1298919198.2569.14.camel@...-desktop>
Signed-off-by: Ian Campbell <ian.campbell@...rix.com>
Cc: Ben Hutchings <bhutchings@...arflare.com>
---
drivers/net/xen-netfront.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/xen-netfront.c b/drivers/net/xen-netfront.c
index a6ab973..df45323 100644
--- a/drivers/net/xen-netfront.c
+++ b/drivers/net/xen-netfront.c
@@ -122,7 +122,7 @@ struct netfront_info {
struct mmu_update rx_mmu[NET_RX_RING_SIZE];
/* Statistics */
- int rx_gso_checksum_fixup;
+ unsigned long rx_gso_checksum_fixup;
};
struct netfront_rx_info {
--
1.5.6.5
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists