[PATCH i-g-t v4 01/17] lib/igt_aux: remove typos
From: Michał Grzelak <hidden>
Date: 2026-09-10 19:00:00
Subsystem:
library code, the rest · Maintainers:
Andrew Morton, Linus Torvalds
Fix typos found in comments. Signed-off-by: Michał Grzelak <redacted> Reviewed-by: Karthik B S <redacted> --- lib/igt_aux.c | 2 +- tests/intel/kms_frontbuffer_tracking.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/igt_aux.c b/lib/igt_aux.c
index 0d250ae2fe..90efb8a135 100644
--- a/lib/igt_aux.c
+++ b/lib/igt_aux.c@@ -978,7 +978,7 @@ static void igt_aux_enable_pm_suspend_dbg(int power_dir) * cycle * * Execute a system suspend cycle targeting the given @state optionally - * completing the cycle at the given @test point and automaically wake up + * completing the cycle at the given @test point and automatically wake up * again. Waking up is either achieved using the RTC wake-up alarm for a full * suspend cycle or a kernel timer for a suspend test cycle. The kernel timer * delay for a test cycle can be configured by the suspend.pm_test_delay
diff --git a/tests/intel/kms_frontbuffer_tracking.c b/tests/intel/kms_frontbuffer_tracking.c
index 4dd2f4e70f..dd7d3188fe 100644
--- a/tests/intel/kms_frontbuffer_tracking.c
+++ b/tests/intel/kms_frontbuffer_tracking.c@@ -3844,7 +3844,7 @@ static void suspend_subtest(const struct test_mode *t) * Everything succeeds. * * FAILURES - * If you're getting wrong CRC calulations, then the hardware tracking might + * If you're getting wrong CRC calculations, then the hardware tracking might * be misconfigured and needs to be checked. If we're failing because FBC is * disabled and the reason is that there's not enough stolen memory, then the * Kernel might be calculating the amount of stolen memory needed based on the
--
2.45.2