From: wengjianfeng Date: Thu, 20 May 2021 08:06:46 +0000 (+0800) Subject: drm/i915/gt: fix typo issue X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=50c3ffb49c953a203b5a16d4e4d55b03c57e8883;p=linux.git drm/i915/gt: fix typo issue Change 'freqency' to 'frequency'. Signed-off-by: wengjianfeng Reviewed-by: Matthew Auld Signed-off-by: Matthew Auld Link: https://patchwork.freedesktop.org/patch/msgid/20210520080646.24132-1-samirweng1979@163.com --- diff --git a/drivers/gpu/drm/i915/gt/selftest_rps.c b/drivers/gpu/drm/i915/gt/selftest_rps.c index adf7fdbc00f75..3ca1bd5793c3b 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. */