watchdog: fix several MODULE_PARM_DESC strings
authorRandy Dunlap <randy.dunlap@oracle.com>
Sat, 1 May 2010 16:46:15 +0000 (09:46 -0700)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 25 May 2010 09:03:52 +0000 (09:03 +0000)
commit76550d3292ba1b0dd1ff0a13d78a2718eba599c7
treeee6f77e3434def57114aff43b12c79673a0f22a1
parent42bd5d499455fe4235bb82cffe937a4089a8bba9
watchdog: fix several MODULE_PARM_DESC strings

Fix MODULE_PARM_DESC() strings in several watchdog drivers.
Some are simple as add a parenthesis.
Others are problems from __stringify() being used on a
variable name instead of a macro name, so the variable name
is produced in the string instead of its build-time value.
In these cases, create a macro for the value so that the
module param description string is useful.

Only pc87413_wdt has been built (due to toolchains).

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/mpc8xxx_wdt.c
drivers/watchdog/pc87413_wdt.c
drivers/watchdog/pnx833x_wdt.c
drivers/watchdog/s3c2410_wdt.c
drivers/watchdog/shwdt.c
drivers/watchdog/wdt977.c