From: Randy Dunlap Date: Sat, 1 May 2010 16:46:15 +0000 (-0700) Subject: watchdog: fix several MODULE_PARM_DESC strings X-Git-Tag: v2.6.35-rc1~269^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76550d3292ba1b0dd1ff0a13d78a2718eba599c7;p=pandora-kernel.git 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 Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed