From: Dave Jiang Date: Thu, 12 Apr 2007 20:34:55 +0000 (-0700) Subject: [POWERPC] Fix comment in booke_wdt X-Git-Tag: v2.6.22-rc2~7^2~29 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=40ebbcbf23d5592f58712fca2ab406ff818e2d65;p=~emulex%2Finfiniband.git [POWERPC] Fix comment in booke_wdt The early kernel parameter is wdt and not wdt_enable. according to arch/powerpc/kernel/setup_32.c. Signed-off-by: Dave Jiang Signed-off-by: Kumar Gala --- diff --git a/drivers/char/watchdog/booke_wdt.c b/drivers/char/watchdog/booke_wdt.c index 0e23f29f71a..0f5c77ddd39 100644 --- a/drivers/char/watchdog/booke_wdt.c +++ b/drivers/char/watchdog/booke_wdt.c @@ -24,7 +24,7 @@ #include #include -/* If the kernel parameter wdt_enable=1, the watchdog will be enabled at boot. +/* If the kernel parameter wdt=1, the watchdog will be enabled at boot. * Also, the wdt_period sets the watchdog timer period timeout. * For E500 cpus the wdt_period sets which bit changing from 0->1 will * trigger a watchog timeout. This watchdog timeout will occur 3 times, the