]> Git Repo - J-linux.git/commitdiff
watchdog: Fix comment typo
authorJason Wang <[email protected]>
Sat, 16 Jul 2022 04:18:56 +0000 (12:18 +0800)
committerWim Van Sebroeck <[email protected]>
Sat, 23 Jul 2022 12:26:41 +0000 (14:26 +0200)
The double `and' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
drivers/watchdog/booke_wdt.c

index 5e4dc1a0f2c66912c2f1d5ad17e96b85cc04f209..75da5cd0261544fd68bd30c20fc8147c7799240d 100644 (file)
@@ -74,7 +74,7 @@ static unsigned long long period_to_sec(unsigned int period)
 /*
  * This procedure will find the highest period which will give a timeout
  * greater than the one required. e.g. for a bus speed of 66666666 and
- * and a parameter of 2 secs, then this procedure will return a value of 38.
+ * a parameter of 2 secs, then this procedure will return a value of 38.
  */
 static unsigned int sec_to_period(unsigned int secs)
 {
This page took 0.04815 seconds and 4 git commands to generate.