projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71eed8a
)
drm:remove rebundant word "in" in comments
author
shaomin Deng
<dengshaomin@cdjrlc.com>
Mon, 18 Jul 2022 15:04:18 +0000
(11:04 -0400)
committer
Thomas Zimmermann
<tzimmermann@suse.de>
Tue, 19 Jul 2022 07:03:24 +0000
(09:03 +0200)
there is a repeated word "in", so remove it.
Signed-off-by: shaomin Deng <dengshaomin@cdjrlc.com>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link:
https://patchwork.freedesktop.org/patch/msgid/20220718150418.7321-1-dengshaomin@cdjrlc.com
drivers/gpu/drm/drm_framebuffer.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/drm_framebuffer.c
b/drivers/gpu/drm/drm_framebuffer.c
index 9899bf1485b299adc4405f126d5a79235725e9cf..185b04762e2c82d55ecdd3fb252c6f0371025d24 100644
(file)
--- a/
drivers/gpu/drm/drm_framebuffer.c
+++ b/
drivers/gpu/drm/drm_framebuffer.c
@@
-935,7
+935,7
@@
EXPORT_SYMBOL(drm_framebuffer_unregister_private);
* the id and get back -EINVAL. Obviously no concern at driver unload time.
*
* Also, the framebuffer will not be removed from the lookup idr - for
- * user-created framebuffers this will happen in
in
the rmfb ioctl. For
+ * user-created framebuffers this will happen in the rmfb ioctl. For
* driver-private objects (e.g. for fbdev) drivers need to explicitly call
* drm_framebuffer_unregister_private.
*/