mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	xen: netfront: ethtool stats fields should be unsigned long
Fixup the rx_gso_checksum_fixup field added in e0ce4af920 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>
			
			
This commit is contained in:
		
							parent
							
								
									a461c0297f
								
							
						
					
					
						commit
						e9a799ea4a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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 {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue