igb: minor type cleanups
authorNick Nunley <nicholasx.d.nunley@intel.com>
Wed, 17 Feb 2010 01:04:56 +0000 (01:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Feb 2010 21:21:37 +0000 (13:21 -0800)
commit91d4ee3382e78bd78e0251a56e2fa96b20c26e30
tree373328946ac046e66eed37af090f2810de2a5d6b
parent40e90c26f573fa5082be6e046b346e19ab0cd25f
igb: minor type cleanups

This change cleans up some instances where unsigned int and u32
were being used interchangeably, and cleans up hdr_len which
was being set to 0 twice.

Signed-off-by: Nicholas Nunley <nicholasx.d.nunley@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/igb/igb_main.c