From: wangjianli Date: Sat, 22 Oct 2022 06:13:27 +0000 (+0800) Subject: drm/i915: fix repeated words in comments X-Git-Tag: v6.2-rc1~124^2~12^2~31^2~1 X-Git-Url: https://repo.jachan.dev/linux.git/commitdiff_plain/a105fa52dd0714850260610cec79cbec4f30b4bf drm/i915: fix repeated words in comments Delete the redundant word 'the'. Signed-off-by: wangjianli Signed-off-by: Zhenyu Wang Link: http://patchwork.freedesktop.org/patch/msgid/20221022061327.65275-1-wangjianli@cdjrlc.com Reviewed-by: Zhenyu Wang --- diff --git a/drivers/gpu/drm/i915/gvt/gtt.c b/drivers/gpu/drm/i915/gvt/gtt.c index ce0eb03709c3..54d446e59e65 100644 --- a/drivers/gpu/drm/i915/gvt/gtt.c +++ b/drivers/gpu/drm/i915/gvt/gtt.c @@ -2785,7 +2785,7 @@ int intel_gvt_init_gtt(struct intel_gvt *gvt) * intel_gvt_clean_gtt - clean up mm components of a GVT device * @gvt: GVT device * - * This function is called at the driver unloading stage, to clean up the + * This function is called at the driver unloading stage, to clean up * the mm components of a GVT device. * */