Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c68486d authored by Stepan Moskovchenko's avatar Stepan Moskovchenko
Browse files

msm: msm_watchdog_v2: Update module parameter comments



Update the comments describing the module parameters for
the msm_watchdog_v2 driver to reflect the correct name of
the driver / module.

Change-Id: I7916b8b96c0b33940f9182007b7e1c2fa3c3e3b4
Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
parent c936945a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ struct msm_watchdog_data {

/*
 * On the kernel command line specify
 * msm_watchdog.enable=1 to enable the watchdog
 * msm_watchdog_v2.enable=1 to enable the watchdog
 * By default watchdog is turned on
 */
static int enable = 1;
@@ -76,7 +76,7 @@ module_param(enable, int, 0);

/*
 * On the kernel command line specify
 * msm_watchdog.WDT_HZ=<clock val in HZ> to set Watchdog
 * msm_watchdog_v2.WDT_HZ=<clock val in HZ> to set Watchdog
 * ticks. By default it is set to 32765.
 */
static long WDT_HZ = 32765;