linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/omapdrm: Fix trivial spelling
@ 2019-10-15 11:09 Kieran Bingham
  0 siblings, 0 replies; 4+ messages in thread
From: Kieran Bingham @ 2019-10-15 11:09 UTC (permalink / raw)
  To: dri-devel
  Cc: linux-renesas-soc, Kieran Bingham, Tomi Valkeinen, David Airlie,
	Daniel Vetter, Jiri Kosina, open list

Fix trivial spelling identified while examining the code.

	s/supprted./supported./

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
---
 drivers/gpu/drm/omapdrm/omap_crtc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/omapdrm/omap_crtc.c b/drivers/gpu/drm/omapdrm/omap_crtc.c
index 3c5ddbf30e97..fce7e944a280 100644
--- a/drivers/gpu/drm/omapdrm/omap_crtc.c
+++ b/drivers/gpu/drm/omapdrm/omap_crtc.c
@@ -831,7 +831,7 @@ struct drm_crtc *omap_crtc_init(struct drm_device *dev,
 	 * OMAP_DSS_CHANNEL_DIGIT. X server assumes 256 element gamma
 	 * tables so lets use that. Size of HW gamma table can be
 	 * extracted with dispc_mgr_gamma_size(). If it returns 0
-	 * gamma table is not supprted.
+	 * gamma table is not supported.
 	 */
 	if (priv->dispc_ops->mgr_gamma_size(priv->dispc, channel)) {
 		unsigned int gamma_lut_size = 256;
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm/omapdrm: Fix trivial spelling
  2019-12-09 12:33 Kieran Bingham
  2019-12-09 12:42 ` Laurent Pinchart
@ 2020-02-11  7:22 ` Tomi Valkeinen
  1 sibling, 0 replies; 4+ messages in thread
From: Tomi Valkeinen @ 2020-02-11  7:22 UTC (permalink / raw)
  To: Kieran Bingham, linux-renesas-soc
  Cc: Laurent Pinchart, David Airlie, Daniel Vetter, Jiri Kosina,
	open list:DRM DRIVERS FOR TI OMAP, open list

On 09/12/2019 14:33, Kieran Bingham wrote:
> Fix trivial spelling identified while examining the code.
> 
> 	s/supprted./supported./
> 
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> ---
>   drivers/gpu/drm/omapdrm/omap_crtc.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/omapdrm/omap_crtc.c b/drivers/gpu/drm/omapdrm/omap_crtc.c
> index 3c5ddbf30e97..fce7e944a280 100644
> --- a/drivers/gpu/drm/omapdrm/omap_crtc.c
> +++ b/drivers/gpu/drm/omapdrm/omap_crtc.c
> @@ -831,7 +831,7 @@ struct drm_crtc *omap_crtc_init(struct drm_device *dev,
>   	 * OMAP_DSS_CHANNEL_DIGIT. X server assumes 256 element gamma
>   	 * tables so lets use that. Size of HW gamma table can be
>   	 * extracted with dispc_mgr_gamma_size(). If it returns 0
> -	 * gamma table is not supprted.
> +	 * gamma table is not supported.
>   	 */
>   	if (priv->dispc_ops->mgr_gamma_size(priv->dispc, channel)) {
>   		unsigned int gamma_lut_size = 256;
> 

Thanks, applied.

  Tomi

-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] drm/omapdrm: Fix trivial spelling
  2019-12-09 12:33 Kieran Bingham
@ 2019-12-09 12:42 ` Laurent Pinchart
  2020-02-11  7:22 ` Tomi Valkeinen
  1 sibling, 0 replies; 4+ messages in thread
From: Laurent Pinchart @ 2019-12-09 12:42 UTC (permalink / raw)
  To: Kieran Bingham
  Cc: linux-renesas-soc, Tomi Valkeinen, David Airlie, Daniel Vetter,
	Jiri Kosina, open list:DRM DRIVERS FOR TI OMAP, open list

Hi Kieran,

Thank you for the patch.

On Mon, Dec 09, 2019 at 12:33:19PM +0000, Kieran Bingham wrote:
> Fix trivial spelling identified while examining the code.
> 
> 	s/supprted./supported./
> 
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  drivers/gpu/drm/omapdrm/omap_crtc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/omapdrm/omap_crtc.c b/drivers/gpu/drm/omapdrm/omap_crtc.c
> index 3c5ddbf30e97..fce7e944a280 100644
> --- a/drivers/gpu/drm/omapdrm/omap_crtc.c
> +++ b/drivers/gpu/drm/omapdrm/omap_crtc.c
> @@ -831,7 +831,7 @@ struct drm_crtc *omap_crtc_init(struct drm_device *dev,
>  	 * OMAP_DSS_CHANNEL_DIGIT. X server assumes 256 element gamma
>  	 * tables so lets use that. Size of HW gamma table can be
>  	 * extracted with dispc_mgr_gamma_size(). If it returns 0
> -	 * gamma table is not supprted.
> +	 * gamma table is not supported.
>  	 */
>  	if (priv->dispc_ops->mgr_gamma_size(priv->dispc, channel)) {
>  		unsigned int gamma_lut_size = 256;

-- 
Regards,

Laurent Pinchart

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] drm/omapdrm: Fix trivial spelling
@ 2019-12-09 12:33 Kieran Bingham
  2019-12-09 12:42 ` Laurent Pinchart
  2020-02-11  7:22 ` Tomi Valkeinen
  0 siblings, 2 replies; 4+ messages in thread
From: Kieran Bingham @ 2019-12-09 12:33 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Laurent Pinchart, Kieran Bingham, Tomi Valkeinen, David Airlie,
	Daniel Vetter, Jiri Kosina, open list:DRM DRIVERS FOR TI OMAP,
	open list

Fix trivial spelling identified while examining the code.

	s/supprted./supported./

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
---
 drivers/gpu/drm/omapdrm/omap_crtc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/omapdrm/omap_crtc.c b/drivers/gpu/drm/omapdrm/omap_crtc.c
index 3c5ddbf30e97..fce7e944a280 100644
--- a/drivers/gpu/drm/omapdrm/omap_crtc.c
+++ b/drivers/gpu/drm/omapdrm/omap_crtc.c
@@ -831,7 +831,7 @@ struct drm_crtc *omap_crtc_init(struct drm_device *dev,
 	 * OMAP_DSS_CHANNEL_DIGIT. X server assumes 256 element gamma
 	 * tables so lets use that. Size of HW gamma table can be
 	 * extracted with dispc_mgr_gamma_size(). If it returns 0
-	 * gamma table is not supprted.
+	 * gamma table is not supported.
 	 */
 	if (priv->dispc_ops->mgr_gamma_size(priv->dispc, channel)) {
 		unsigned int gamma_lut_size = 256;
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-11  7:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-15 11:09 [PATCH] drm/omapdrm: Fix trivial spelling Kieran Bingham
2019-12-09 12:33 Kieran Bingham
2019-12-09 12:42 ` Laurent Pinchart
2020-02-11  7:22 ` Tomi Valkeinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).