Message ID | 20230505203104.1395592-1-suijingfeng@loongson.cn (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/drm_fb_helper.c: fix a typo | expand |
diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c index 6bb1b8b27d7a..3f34bcd8145c 100644 --- a/drivers/gpu/drm/drm_fb_helper.c +++ b/drivers/gpu/drm/drm_fb_helper.c @@ -1442,7 +1442,7 @@ int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd, /* * Only wait for a vblank event if the CRTC is - * enabled, otherwise just don't do anythintg, + * enabled, otherwise just don't do anything, * not even report an error. */ ret = drm_crtc_vblank_get(crtc);
Signed-off-by: Sui Jingfeng <suijingfeng@loongson.cn> --- drivers/gpu/drm/drm_fb_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)