diff mbox series

drm/i915/gt: fix typo issue

Message ID 20210520080646.24132-1-samirweng1979@163.com (mailing list archive)
State New, archived
Headers show
Series drm/i915/gt: fix typo issue | expand

Commit Message

samirweng1979 May 20, 2021, 8:06 a.m. UTC
From: wengjianfeng <wengjianfeng@yulong.com>

change 'freqency' to 'frequency'.

Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>
---
 drivers/gpu/drm/i915/gt/selftest_rps.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Matthew Auld May 20, 2021, 2:07 p.m. UTC | #1
On Thu, 20 May 2021 at 09:23, samirweng1979 <samirweng1979@163.com> wrote:
>
> From: wengjianfeng <wengjianfeng@yulong.com>
>
> change 'freqency' to 'frequency'.
>
> Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>

Pushed to intel-gt-next. Thanks.
diff mbox series

Patch

diff --git a/drivers/gpu/drm/i915/gt/selftest_rps.c b/drivers/gpu/drm/i915/gt/selftest_rps.c
index 967641f..71e6658 100644
--- a/drivers/gpu/drm/i915/gt/selftest_rps.c
+++ b/drivers/gpu/drm/i915/gt/selftest_rps.c
@@ -606,7 +606,7 @@  int live_rps_frequency_cs(void *arg)
 	int err = 0;
 
 	/*
-	 * The premise is that the GPU does change freqency at our behest.
+	 * The premise is that the GPU does change frequency at our behest.
 	 * Let's check there is a correspondence between the requested
 	 * frequency, the actual frequency, and the observed clock rate.
 	 */
@@ -747,7 +747,7 @@  int live_rps_frequency_srm(void *arg)
 	int err = 0;
 
 	/*
-	 * The premise is that the GPU does change freqency at our behest.
+	 * The premise is that the GPU does change frequency at our behest.
 	 * Let's check there is a correspondence between the requested
 	 * frequency, the actual frequency, and the observed clock rate.
 	 */