diff options
author | Colin Ian King <[email protected]> | 2017-05-13 23:41:50 +0100 |
---|---|---|
committer | Benjamin Gaignard <[email protected]> | 2017-05-18 14:12:52 +0200 |
commit | 52d9d38c183bf0e09601d875ea31bb53c05dd8cf (patch) | |
tree | c98683c8bef6d64bd3a3fce0558f14f2e443f730 | |
parent | 5e851c9de72b3e8316997e022f0c589429aca7a3 (diff) |
drm/sti:fix spelling mistake: "compoment" -> "component"
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]
-rw-r--r-- | drivers/gpu/drm/sti/sti_compositor.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |