Skip to content

Commit b799530

Browse files
Jason WangWim Van Sebroeck
authored andcommitted
watchdog: Fix comment typo
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]>
1 parent 60e1fba commit b799530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/watchdog/booke_wdt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static unsigned long long period_to_sec(unsigned int period)
7474
/*
7575
* This procedure will find the highest period which will give a timeout
7676
* greater than the one required. e.g. for a bus speed of 66666666 and
77-
* and a parameter of 2 secs, then this procedure will return a value of 38.
77+
* a parameter of 2 secs, then this procedure will return a value of 38.
7878
*/
7979
static unsigned int sec_to_period(unsigned int secs)
8080
{

0 commit comments

Comments
 (0)