diff options
author | lijian <lijian@yulong.com> | 2021-06-01 04:27:47 +0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2021-06-03 11:32:49 +0300 |
commit | c5ef15ae09637fb51ae43e1d1d98329d67dd4fd6 (patch) | |
tree | 676de4bda5850991352cff7e0461a1c510b8edae /drivers/video | |
parent | 95b2151fec3e62ba0033c61bd388ff0111884972 (diff) | |
download | linux-c5ef15ae09637fb51ae43e1d1d98329d67dd4fd6.tar.xz |
video: fbdev: atyfb: mach64_cursor.c: deleted the repeated word
deleted the repeated word 'be' in the comments.
Signed-off-by: lijian <lijian@yulong.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20210601012747.38884-1-lijian_8010a29@163.com
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/fbdev/aty/mach64_cursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/aty/mach64_cursor.c b/drivers/video/fbdev/aty/mach64_cursor.c index b06fa6e42e6e..4ad0331a8c57 100644 --- a/drivers/video/fbdev/aty/mach64_cursor.c +++ b/drivers/video/fbdev/aty/mach64_cursor.c @@ -46,7 +46,7 @@ * The Screen position of the top left corner of the displayed * cursor is specificed by CURS_HORZ_VERT_POSN. Care must be taken * when the cursor hot spot is not the top left corner and the - * physical cursor position becomes negative. It will be be displayed + * physical cursor position becomes negative. It will be displayed * if either the horizontal or vertical cursor position is negative * * If x becomes negative the cursor manager must adjust the CURS_HORZ_OFFSET |