projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d3bc87
)
drm/i915: fix repeated words in comments
author
wangjianli
<wangjianli@cdjrlc.com>
Sat, 22 Oct 2022 06:13:27 +0000
(14:13 +0800)
committer
Zhenyu Wang
<zhenyuw@linux.intel.com>
Thu, 17 Nov 2022 06:07:09 +0000
(14:07 +0800)
Delete the redundant word 'the'.
Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Link:
http://patchwork.freedesktop.org/patch/msgid/20221022061327.65275-1-wangjianli@cdjrlc.com
Reviewed-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/gvt/gtt.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/gvt/gtt.c
b/drivers/gpu/drm/i915/gvt/gtt.c
index ce0eb03709c3f6fa7ef30fa8a6f2049d0db41159..54d446e59e653cd2d959704f4ce4db78642d3952 100644
(file)
--- 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.
*
*/