2017-05-14 0:41 GMT+02:00 Colin King <colin.king@xxxxxxxxxxxxx>: > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > Trivial fix to spelling mistake in DRM_ERROR message Thanks for your patch, I merged it in drm-misc-next branch Benjamin > > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> > --- > drivers/gpu/drm/sti/sti_compositor.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/sti/sti_compositor.c b/drivers/gpu/drm/sti/sti_compositor.c > index 11d4e885893a..6e4bf68262db 100644 > --- a/drivers/gpu/drm/sti/sti_compositor.c > +++ b/drivers/gpu/drm/sti/sti_compositor.c > @@ -129,7 +129,7 @@ static int sti_compositor_bind(struct device *dev, > } > break; > default: > - DRM_ERROR("Unknown subdev compoment type\n"); > + DRM_ERROR("Unknown subdev component type\n"); > return 1; > } > > -- > 2.11.0 > -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html