Skip to content

Commit

Permalink
drm/i915/gt: fix typo issue
Browse files Browse the repository at this point in the history
Change 'freqency' to 'frequency'.

Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210520080646.24132-1-samirweng1979@163.com
  • Loading branch information
wengjianfeng authored and Matthew Auld committed May 20, 2021
1 parent 8777d17 commit 50c3ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpu/drm/i915/gt/selftest_rps.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down

0 comments on commit 50c3ffb

Please sign in to comment.