Skip to content

Commit

Permalink
xen: netfront: ethtool stats fields should be unsigned long
Browse files Browse the repository at this point in the history
Fixup the rx_gso_checksum_fixup field added in e0ce4af to be
unsigned long as suggested by Ben Hutchings in
<1298919198.2569.14.camel@bwh-desktop>

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Cc: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Ian Campbell authored and David S. Miller committed Mar 14, 2011
1 parent a461c02 commit e9a799e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/xen-netfront.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e9a799e

Please sign in to comment.