e1000: Convert boolean_t to bool
authorJoe Perches <joe@perches.com>
Fri, 21 Mar 2008 18:06:25 +0000 (11:06 -0700)
committerJeff Garzik <jeff@garzik.org>
Wed, 26 Mar 2008 04:17:42 +0000 (00:17 -0400)
commitc3033b01d763aff572080db09ddcebed115b9cf5
treeb75bb33ba85185c9d6775ceafad09a103f643b35
parentf89e6e3834035c6e8203042f3527931aa7f52496
e1000: Convert boolean_t to bool

On Thu, 2008-03-06 at 10:07 -0800, Kok, Auke wrote:
> send me a patch for e1000 and for ixgb and I'll happily apply those :)

boolean_t to bool
TRUE to true
FALSE to false
comment typo ahread to ahead

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/e1000/e1000.h
drivers/net/e1000/e1000_ethtool.c
drivers/net/e1000/e1000_hw.c
drivers/net/e1000/e1000_hw.h
drivers/net/e1000/e1000_main.c
drivers/net/e1000/e1000_osdep.h
This page took 0.026434 seconds and 5 git commands to generate.