diff mbox series

watchdog: intel_scu_watchdog: fix spelling mistake: "set_hearbeat" -> "set_heartbeat"

Message ID 20190416133318.21045-1-colin.king@canonical.com (mailing list archive)
State Accepted
Headers show
Series watchdog: intel_scu_watchdog: fix spelling mistake: "set_hearbeat" -> "set_heartbeat" | expand

Commit Message

Colin King April 16, 2019, 1:33 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a pr_debug message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/watchdog/intel_scu_watchdog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Guenter Roeck April 16, 2019, 1:36 p.m. UTC | #1
On Tue, Apr 16, 2019 at 02:33:18PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a pr_debug message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
>  drivers/watchdog/intel_scu_watchdog.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/watchdog/intel_scu_watchdog.c b/drivers/watchdog/intel_scu_watchdog.c
> index 0caab6241eb7..718f7db35bec 100644
> --- a/drivers/watchdog/intel_scu_watchdog.c
> +++ b/drivers/watchdog/intel_scu_watchdog.c
> @@ -224,7 +224,7 @@ static int intel_scu_set_heartbeat(u32 t)
>  		 watchdog_device.timer_tbl_ptr->freq_hz);
>  	pr_debug("set_heartbeat: timer_set is %x (hex)\n",
>  		 watchdog_device.timer_set);
> -	pr_debug("set_hearbeat: timer_margin is %x (hex)\n", timer_margin);
> +	pr_debug("set_heartbeat: timer_margin is %x (hex)\n", timer_margin);
>  	pr_debug("set_heartbeat: threshold is %x (hex)\n",
>  		 watchdog_device.threshold);
>  	pr_debug("set_heartbeat: soft_threshold is %x (hex)\n",
> -- 
> 2.20.1
>
Mukesh Ojha April 17, 2019, 6:31 a.m. UTC | #2
On 4/16/2019 7:03 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in a pr_debug message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

Cheers,
-Mukesh
> ---
>   drivers/watchdog/intel_scu_watchdog.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/watchdog/intel_scu_watchdog.c b/drivers/watchdog/intel_scu_watchdog.c
> index 0caab6241eb7..718f7db35bec 100644
> --- a/drivers/watchdog/intel_scu_watchdog.c
> +++ b/drivers/watchdog/intel_scu_watchdog.c
> @@ -224,7 +224,7 @@ static int intel_scu_set_heartbeat(u32 t)
>   		 watchdog_device.timer_tbl_ptr->freq_hz);
>   	pr_debug("set_heartbeat: timer_set is %x (hex)\n",
>   		 watchdog_device.timer_set);
> -	pr_debug("set_hearbeat: timer_margin is %x (hex)\n", timer_margin);
> +	pr_debug("set_heartbeat: timer_margin is %x (hex)\n", timer_margin);
>   	pr_debug("set_heartbeat: threshold is %x (hex)\n",
>   		 watchdog_device.threshold);
>   	pr_debug("set_heartbeat: soft_threshold is %x (hex)\n",
diff mbox series

Patch

diff --git a/drivers/watchdog/intel_scu_watchdog.c b/drivers/watchdog/intel_scu_watchdog.c
index 0caab6241eb7..718f7db35bec 100644
--- a/drivers/watchdog/intel_scu_watchdog.c
+++ b/drivers/watchdog/intel_scu_watchdog.c
@@ -224,7 +224,7 @@  static int intel_scu_set_heartbeat(u32 t)
 		 watchdog_device.timer_tbl_ptr->freq_hz);
 	pr_debug("set_heartbeat: timer_set is %x (hex)\n",
 		 watchdog_device.timer_set);
-	pr_debug("set_hearbeat: timer_margin is %x (hex)\n", timer_margin);
+	pr_debug("set_heartbeat: timer_margin is %x (hex)\n", timer_margin);
 	pr_debug("set_heartbeat: threshold is %x (hex)\n",
 		 watchdog_device.threshold);
 	pr_debug("set_heartbeat: soft_threshold is %x (hex)\n",