We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e1fba commit b799530Copy full SHA for b799530
drivers/watchdog/booke_wdt.c
@@ -74,7 +74,7 @@ static unsigned long long period_to_sec(unsigned int period)
74
/*
75
* This procedure will find the highest period which will give a timeout
76
* 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.
+ * a parameter of 2 secs, then this procedure will return a value of 38.
78
*/
79
static unsigned int sec_to_period(unsigned int secs)
80
{
0 commit comments