diff mbox series

watchdog: Fix a typo in the file orion_wdt.c

Message ID 20210317051734.97314-1-unixbhaskar@gmail.com
State New
Headers show
Series watchdog: Fix a typo in the file orion_wdt.c | expand

Commit Message

Bhaskar Chowdhury March 17, 2021, 5:17 a.m. UTC
s/freqency/frequency/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/watchdog/orion_wdt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.30.2

Comments

Randy Dunlap March 17, 2021, 5:19 a.m. UTC | #1
On 3/16/21 10:17 PM, Bhaskar Chowdhury wrote:
> 
> s/freqency/frequency/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  drivers/watchdog/orion_wdt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/watchdog/orion_wdt.c b/drivers/watchdog/orion_wdt.c
> index 4ddb4ea2e4a3..127eefc9161d 100644
> --- a/drivers/watchdog/orion_wdt.c
> +++ b/drivers/watchdog/orion_wdt.c
> @@ -174,7 +174,7 @@ static int armadaxp_wdt_clock_init(struct platform_device *pdev,
>  		return ret;
>  	}
> 
> -	/* Fix the wdt and timer1 clock freqency to 25MHz */
> +	/* Fix the wdt and timer1 clock frequency to 25MHz */
>  	val = WDT_AXP_FIXED_ENABLE_BIT | TIMER1_FIXED_ENABLE_BIT;
>  	atomic_io_modify(dev->reg + TIMER_CTRL, val, val);
> 
> --
diff mbox series

Patch

diff --git a/drivers/watchdog/orion_wdt.c b/drivers/watchdog/orion_wdt.c
index 4ddb4ea2e4a3..127eefc9161d 100644
--- a/drivers/watchdog/orion_wdt.c
+++ b/drivers/watchdog/orion_wdt.c
@@ -174,7 +174,7 @@  static int armadaxp_wdt_clock_init(struct platform_device *pdev,
 		return ret;
 	}

-	/* Fix the wdt and timer1 clock freqency to 25MHz */
+	/* Fix the wdt and timer1 clock frequency to 25MHz */
 	val = WDT_AXP_FIXED_ENABLE_BIT | TIMER1_FIXED_ENABLE_BIT;
 	atomic_io_modify(dev->reg + TIMER_CTRL, val, val);