aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_framebuffer.c
diff options
context:
space:
mode:
authorshaomin Deng <[email protected]>2022-07-18 15:04:18 +0000
committerThomas Zimmermann <[email protected]>2022-07-19 07:03:24 +0000
commit3475b50873e4a68302822d91ab5cb031c1a92d50 (patch)
tree3ba2ea9ac9cb66fcdb5f44616713adf4d18cec0f /drivers/gpu/drm/drm_framebuffer.c
parentdrm:delete the repeated word "the" in comments (diff)
downloadkernel-3475b50873e4a68302822d91ab5cb031c1a92d50.tar.gz
kernel-3475b50873e4a68302822d91ab5cb031c1a92d50.zip
drm:remove rebundant word "in" in comments
there is a repeated word "in", so remove it. Signed-off-by: shaomin Deng <[email protected]> Signed-off-by: Thomas Zimmermann <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/drm_framebuffer.c')
-rw-r--r--drivers/gpu/drm/drm_framebuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_framebuffer.c b/drivers/gpu/drm/drm_framebuffer.c
index 9899bf1485b2..185b04762e2c 100644
--- 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.
*/