aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwengjianfeng <[email protected]>2021-05-20 16:06:46 +0800
committerMatthew Auld <[email protected]>2021-05-20 14:53:59 +0100
commit50c3ffb49c953a203b5a16d4e4d55b03c57e8883 (patch)
tree268494c691925e790d93ab107d933f01667347ef
parent8777d17b68dcfbfbd4d524f444adefae56f41225 (diff)
drm/i915/gt: fix typo issue
Change 'freqency' to 'frequency'. Signed-off-by: wengjianfeng <[email protected]> Reviewed-by: Matthew Auld <[email protected]> Signed-off-by: Matthew Auld <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--drivers/gpu/drm/i915/gt/selftest_rps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/gt/selftest_rps.c b/drivers/gpu/drm/i915/gt/selftest_rps.c
index adf7fdbc00f7..3ca1bd5793c3 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.
*/