From 52d9d38c183bf0e09601d875ea31bb53c05dd8cf Mon Sep 17 00:00:00 2001 From: Colin Ian King Date: Sat, 13 May 2017 23:41:50 +0100 Subject: [PATCH] drm/sti:fix spelling mistake: "compoment" -> "component" Trivial fix to spelling mistake in DRM_ERROR message Signed-off-by: Colin Ian King Signed-off-by: Benjamin Gaignard Link: http://patchwork.freedesktop.org/patch/msgid/20170513224150.19955-1-colin.king@canonical.com --- 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 f62041fe8412..c12d621b21bd 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.45.2