drm/i915/gt: fix typo issue
authorwengjianfeng <wengjianfeng@yulong.com>
Thu, 20 May 2021 08:06:46 +0000 (16:06 +0800)
committerMatthew Auld <matthew.auld@intel.com>
Thu, 20 May 2021 13:53:59 +0000 (14:53 +0100)
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
drivers/gpu/drm/i915/gt/selftest_rps.c

index adf7fdb..3ca1bd5 100644 (file)
@@ -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.
         */