Skip to content

Commit 50c3ffb

Browse files
wengjianfengmatt-auld
authored andcommitted
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]
1 parent 8777d17 commit 50c3ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/i915/gt/selftest_rps.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ int live_rps_frequency_cs(void *arg)
606606
int err = 0;
607607

608608
/*
609-
* The premise is that the GPU does change freqency at our behest.
609+
* The premise is that the GPU does change frequency at our behest.
610610
* Let's check there is a correspondence between the requested
611611
* frequency, the actual frequency, and the observed clock rate.
612612
*/
@@ -747,7 +747,7 @@ int live_rps_frequency_srm(void *arg)
747747
int err = 0;
748748

749749
/*
750-
* The premise is that the GPU does change freqency at our behest.
750+
* The premise is that the GPU does change frequency at our behest.
751751
* Let's check there is a correspondence between the requested
752752
* frequency, the actual frequency, and the observed clock rate.
753753
*/

0 commit comments

Comments
 (0)