summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev
diff options
context:
space:
mode:
authorXiang wangx <wangxiang@cdjrlc.com>2022-06-05 16:59:13 +0800
committerHelge Deller <deller@gmx.de>2022-06-20 14:27:19 +0200
commitfc378794a2f7a19cf26010dc33b89ba608d4c70f (patch)
treefce0a6707f7e3ca1584312781c241ef1897f1c78 /drivers/video/fbdev
parenta111daf0c53ae91e71fd2bfe7497862d14132e3e (diff)
downloadlinux-fc378794a2f7a19cf26010dc33b89ba608d4c70f.tar.bz2
video: fbdev: skeletonfb: Fix syntax errors in comments
Delete the redundant word 'its'. Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'drivers/video/fbdev')
-rw-r--r--drivers/video/fbdev/skeletonfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/skeletonfb.c b/drivers/video/fbdev/skeletonfb.c
index bcacfb6934fa..3d4d78362ede 100644
--- a/drivers/video/fbdev/skeletonfb.c
+++ b/drivers/video/fbdev/skeletonfb.c
@@ -96,7 +96,7 @@ static const struct fb_fix_screeninfo xxxfb_fix = {
/*
* Modern graphical hardware not only supports pipelines but some
- * also support multiple monitors where each display can have its
+ * also support multiple monitors where each display can have
* its own unique data. In this case each display could be
* represented by a separate framebuffer device thus a separate
* struct fb_info. Now the struct xxx_par represents the graphics