Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1644442
| From | Benjamin Gaignard <benjamin.gaignard@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] drm/sti:fix spelling mistake: "compoment" -> "component" |
| Date | 2017-05-18 14:30 +0200 |
| Message-ID | <tIsJ4-2u7-13@gated-at.bofh.it> (permalink) |
| References | <tGO1j-1w0-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
2017-05-14 0:41 GMT+02:00 Colin King <colin.king@canonical.com>:
> From: Colin Ian King <colin.king@canonical.com>
>
> 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@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 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
>
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] drm/sti:fix spelling mistake: "compoment" -> "component" Colin King <colin.king@canonical.com> - 2017-05-14 00:50 +0200 Re: [PATCH] drm/sti:fix spelling mistake: "compoment" -> "component" Benjamin Gaignard <benjamin.gaignard@linaro.org> - 2017-05-18 14:30 +0200
csiph-web