linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] drm/i915/guc: Fix spelling mistake "heatbeat" -> "heartbeat"
@ 2022-08-26  8:10 Colin Ian King
  2022-08-27  1:19 ` John Harrison
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2022-08-26  8:10 UTC (permalink / raw)
  To: Jani Nikula, Joonas Lahtinen, Rodrigo Vivi, Rahul Kumar Singh,
	Tvrtko Ursulin, David Airlie, Daniel Vetter, John Harrison,
	intel-gfx, dri-devel
  Cc: kernel-janitors, linux-kernel

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][next] drm/i915/guc: Fix spelling mistake "heatbeat" -> "heartbeat"
  2022-08-26  8:10 [PATCH][next] drm/i915/guc: Fix spelling mistake "heatbeat" -> "heartbeat" Colin Ian King
@ 2022-08-27  1:19 ` John Harrison
  0 siblings, 0 replies; 2+ messages in thread
From: John Harrison @ 2022-08-27  1:19 UTC (permalink / raw)
  To: Colin Ian King, Jani Nikula, Joonas Lahtinen, Rodrigo Vivi,
	Rahul Kumar Singh, Tvrtko Ursulin, David Airlie, Daniel Vetter,
	intel-gfx, dri-devel
  Cc: kernel-janitors, linux-kernel

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;
>   	}
>   


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-27  1:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-26  8:10 [PATCH][next] drm/i915/guc: Fix spelling mistake "heatbeat" -> "heartbeat" Colin Ian King
2022-08-27  1:19 ` John Harrison

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).