Commit 3d910ef7 authored by Yisheng Xie's avatar Yisheng Xie Committed by Bartlomiej Zolnierkiewicz

fbdev: fix typo in comment

Change beeng to being and occured to occurred.
Signed-off-by: default avatarYisheng Xie <ysxie@foxmail.com>
Acked-by: default avatarHans de Goede <hdegoede@redhat.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: David Lechner <david@lechnology.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
parent 10ac8688
...@@ -126,7 +126,7 @@ struct fb_cursor_user { ...@@ -126,7 +126,7 @@ struct fb_cursor_user {
/* The resolution of the passed in fb_info about to change */ /* The resolution of the passed in fb_info about to change */
#define FB_EVENT_MODE_CHANGE 0x01 #define FB_EVENT_MODE_CHANGE 0x01
/* The display on this fb_info is beeing suspended, no access to the /* The display on this fb_info is being suspended, no access to the
* framebuffer is allowed any more after that call returns * framebuffer is allowed any more after that call returns
*/ */
#define FB_EVENT_SUSPEND 0x02 #define FB_EVENT_SUSPEND 0x02
...@@ -159,9 +159,9 @@ struct fb_cursor_user { ...@@ -159,9 +159,9 @@ struct fb_cursor_user {
#define FB_EVENT_FB_UNBIND 0x0E #define FB_EVENT_FB_UNBIND 0x0E
/* CONSOLE-SPECIFIC: remap all consoles to new fb - for vga_switcheroo */ /* CONSOLE-SPECIFIC: remap all consoles to new fb - for vga_switcheroo */
#define FB_EVENT_REMAP_ALL_CONSOLE 0x0F #define FB_EVENT_REMAP_ALL_CONSOLE 0x0F
/* A hardware display blank early change occured */ /* A hardware display blank early change occurred */
#define FB_EARLY_EVENT_BLANK 0x10 #define FB_EARLY_EVENT_BLANK 0x10
/* A hardware display blank revert early change occured */ /* A hardware display blank revert early change occurred */
#define FB_R_EARLY_EVENT_BLANK 0x11 #define FB_R_EARLY_EVENT_BLANK 0x11
struct fb_event { struct fb_event {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment