drm/sti:fix spelling mistake: "compoment" -> "component"
authorColin Ian King <[email protected]>
Sat, 13 May 2017 22:41:50 +0000 (23:41 +0100)
committerBenjamin Gaignard <[email protected]>
Thu, 18 May 2017 12:12:52 +0000 (14:12 +0200)
Trivial fix to spelling mistake in DRM_ERROR message

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Benjamin Gaignard <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/sti/sti_compositor.c

index f62041fe8412ac97fd7b16f629546863a593785e..c12d621b21bd222f50079e41512835f531652874 100644 (file)
@@ -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;
                }