Commit af509d38 authored by Lyude's avatar Lyude Committed by Daniel Vetter

drm/fb_helper: Fix a few typos

s/modest/modeset/
s/aftert/after/
Signed-off-by: default avatarLyude <cpaul@redhat.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1462375734-8213-3-git-send-email-cpaul@redhat.com
parent 0552f765
...@@ -2177,8 +2177,8 @@ static void drm_setup_crtcs(struct drm_fb_helper *fb_helper) ...@@ -2177,8 +2177,8 @@ static void drm_setup_crtcs(struct drm_fb_helper *fb_helper)
* cmdline option. * cmdline option.
* *
* The other option is to just disable fbdev emulation since very likely the * The other option is to just disable fbdev emulation since very likely the
* first modest from userspace will crash in the same way, and is even easier to * first modeset from userspace will crash in the same way, and is even easier
* debug. This can be done by setting the drm_kms_helper.fbdev_emulation=0 * to debug. This can be done by setting the drm_kms_helper.fbdev_emulation=0
* kernel cmdline option. * kernel cmdline option.
* *
* RETURNS: * RETURNS:
...@@ -2223,7 +2223,7 @@ EXPORT_SYMBOL(drm_fb_helper_initial_config); ...@@ -2223,7 +2223,7 @@ EXPORT_SYMBOL(drm_fb_helper_initial_config);
* hotplug interrupt). * hotplug interrupt).
* *
* Note that drivers may call this even before calling * Note that drivers may call this even before calling
* drm_fb_helper_initial_config but only aftert drm_fb_helper_init. This allows * drm_fb_helper_initial_config but only after drm_fb_helper_init. This allows
* for a race-free fbcon setup and will make sure that the fbdev emulation will * for a race-free fbcon setup and will make sure that the fbdev emulation will
* not miss any hotplug events. * not miss any hotplug events.
* *
......
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