Hi Wei, On 04/12/2018 07:32, Wei Yongjun wrote: > Fix typo in parameter description. > > Fixes: 4be9bd10e22d ("drm/fb_helper: Allow leaking fbdev smem_start") > Signed-off-by: Wei Yongjun <weiyongjun1@xxxxxxxxxx> > --- > drivers/gpu/drm/drm_fb_helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c > index 9a69ad7..f90d596 100644 > --- a/drivers/gpu/drm/drm_fb_helper.c > +++ b/drivers/gpu/drm/drm_fb_helper.c > @@ -71,7 +71,7 @@ > #if IS_ENABLED(CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM) > static bool drm_leak_fbdev_smem = false; > module_param_unsafe(drm_leak_fbdev_smem, bool, 0600); > -MODULE_PARM_DESC(fbdev_emulation, > +MODULE_PARM_DESC(drm_leak_fbdev_smem, > "Allow unsafe leaking fbdev physical smem address [default=false]"); > #endif > > > Food catch ! Acked-by: Neil Armstrong <narmstrong@xxxxxxxxxxxx> Applying to drm-misc-fixes Neil