[PATCH][next] drm/i915/guc: Fix spelling mistake "heatbeat" -> "heartbeat"

Colin Ian King posted 1 patch 3 years, 7 months ago
drivers/gpu/drm/i915/gt/uc/selftest_guc_hangcheck.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH][next] drm/i915/guc: Fix spelling mistake "heatbeat" -> "heartbeat"
Posted by Colin Ian King 3 years, 7 months ago
There is a spelling mistake in a drm_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/gpu/drm/i915/gt/uc/selftest_guc_hangcheck.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/gt/uc/selftest_guc_hangcheck.c b/drivers/gpu/drm/i915/gt/uc/selftest_guc_hangcheck.c
index 01f8cd3c3134..d7857cf7c08f 100644
--- a/drivers/gpu/drm/i915/gt/uc/selftest_guc_hangcheck.c
+++ b/drivers/gpu/drm/i915/gt/uc/selftest_guc_hangcheck.c
@@ -61,7 +61,7 @@ static int intel_hang_guc(void *arg)
 	old_beat = engine->props.heartbeat_interval_ms;
 	ret = intel_engine_set_heartbeat(engine, BEAT_INTERVAL);
 	if (ret) {
-		drm_err(&gt->i915->drm, "Failed to boost heatbeat interval: %d\n", ret);
+		drm_err(&gt->i915->drm, "Failed to boost heartbeat interval: %d\n", ret);
 		goto err;
 	}
 
-- 
2.37.1
Re: [PATCH][next] drm/i915/guc: Fix spelling mistake "heatbeat" -> "heartbeat"
Posted by John Harrison 3 years, 7 months ago
On 8/26/2022 01:10, Colin Ian King wrote:
> There is a spelling mistake in a drm_err message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: John Harrison <John.C.Harrison@Intel.com>

> ---
>   drivers/gpu/drm/i915/gt/uc/selftest_guc_hangcheck.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/gt/uc/selftest_guc_hangcheck.c b/drivers/gpu/drm/i915/gt/uc/selftest_guc_hangcheck.c
> index 01f8cd3c3134..d7857cf7c08f 100644
> --- a/drivers/gpu/drm/i915/gt/uc/selftest_guc_hangcheck.c
> +++ b/drivers/gpu/drm/i915/gt/uc/selftest_guc_hangcheck.c
> @@ -61,7 +61,7 @@ static int intel_hang_guc(void *arg)
>   	old_beat = engine->props.heartbeat_interval_ms;
>   	ret = intel_engine_set_heartbeat(engine, BEAT_INTERVAL);
>   	if (ret) {
> -		drm_err(&gt->i915->drm, "Failed to boost heatbeat interval: %d\n", ret);
> +		drm_err(&gt->i915->drm, "Failed to boost heartbeat interval: %d\n", ret);
>   		goto err;
>   	}
>