On Wed, Apr 15, 2020 at 09:34:20AM +0100, Colin King wrote: > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > There is a spelling mistake in a DRM_DEBUG_KMS debug message. Fix it. > > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Queued for 5.8, thanks for your patch. -Daniel > --- > drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/rockchip/rockchip_drm_vop.c b/drivers/gpu/drm/rockchip/rockchip_drm_vop.c > index b87d22eb6ae1..33463b79a37b 100644 > --- a/drivers/gpu/drm/rockchip/rockchip_drm_vop.c > +++ b/drivers/gpu/drm/rockchip/rockchip_drm_vop.c > @@ -769,7 +769,7 @@ static bool rockchip_mod_supported(struct drm_plane *plane, > return true; > > if (!rockchip_afbc(modifier)) { > - DRM_DEBUG_KMS("Unsupported format modifer 0x%llx\n", modifier); > + DRM_DEBUG_KMS("Unsupported format modifier 0x%llx\n", modifier); > > return false; > } > -- > 2.25.1 > -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel