[PATCH] drm/color-mgmt: Typo s/R332/RGB332/

Geert Uytterhoeven posted 1 patch 1 month, 4 weeks ago
drivers/gpu/drm/drm_color_mgmt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] drm/color-mgmt: Typo s/R332/RGB332/
Posted by Geert Uytterhoeven 1 month, 4 weeks ago
Fix a typo of "RGB332" in kerneldoc for the drm_crtc_fill_palette_332()
helper.

Fixes: 7ff61177b7116825 ("drm/color-mgmt: Prepare for RGB332 palettes")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/gpu/drm/drm_color_mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_color_mgmt.c b/drivers/gpu/drm/drm_color_mgmt.c
index c598b99673fc1515..e7db4e4ea700fe11 100644
--- a/drivers/gpu/drm/drm_color_mgmt.c
+++ b/drivers/gpu/drm/drm_color_mgmt.c
@@ -831,7 +831,7 @@ static void fill_palette_332(struct drm_crtc *crtc, u16 r, u16 g, u16 b,
 }
 
 /**
- * drm_crtc_fill_palette_332 - Programs a default palette for R332-like formats
+ * drm_crtc_fill_palette_332 - Programs a default palette for RGB332-like formats
  * @crtc: The displaying CRTC
  * @set_palette: Callback for programming the hardware gamma LUT
  *
-- 
2.43.0
Re: [PATCH] drm/color-mgmt: Typo s/R332/RGB332/
Posted by Thomas Zimmermann 1 month, 4 weeks ago

Am 21.04.26 um 09:48 schrieb Geert Uytterhoeven:
> Fix a typo of "RGB332" in kerneldoc for the drm_crtc_fill_palette_332()
> helper.
>
> Fixes: 7ff61177b7116825 ("drm/color-mgmt: Prepare for RGB332 palettes")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>

> ---
>   drivers/gpu/drm/drm_color_mgmt.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/drm_color_mgmt.c b/drivers/gpu/drm/drm_color_mgmt.c
> index c598b99673fc1515..e7db4e4ea700fe11 100644
> --- a/drivers/gpu/drm/drm_color_mgmt.c
> +++ b/drivers/gpu/drm/drm_color_mgmt.c
> @@ -831,7 +831,7 @@ static void fill_palette_332(struct drm_crtc *crtc, u16 r, u16 g, u16 b,
>   }
>   
>   /**
> - * drm_crtc_fill_palette_332 - Programs a default palette for R332-like formats
> + * drm_crtc_fill_palette_332 - Programs a default palette for RGB332-like formats
>    * @crtc: The displaying CRTC
>    * @set_palette: Callback for programming the hardware gamma LUT
>    *

-- 
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstr. 146, 90461 Nürnberg, Germany, www.suse.com
GF: Jochen Jaser, Andrew McDonald, Werner Knoblich, (HRB 36809, AG Nürnberg)


Re: [PATCH] drm/color-mgmt: Typo s/R332/RGB332/
Posted by Javier Martinez Canillas 1 month, 4 weeks ago
Geert Uytterhoeven <geert+renesas@glider.be> writes:

Hello Geert,

> Fix a typo of "RGB332" in kerneldoc for the drm_crtc_fill_palette_332()
> helper.
>
> Fixes: 7ff61177b7116825 ("drm/color-mgmt: Prepare for RGB332 palettes")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  drivers/gpu/drm/drm_color_mgmt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/drm_color_mgmt.c b/drivers/gpu/drm/drm_color_mgmt.c
> index c598b99673fc1515..e7db4e4ea700fe11 100644
> --- a/drivers/gpu/drm/drm_color_mgmt.c
> +++ b/drivers/gpu/drm/drm_color_mgmt.c
> @@ -831,7 +831,7 @@ static void fill_palette_332(struct drm_crtc *crtc, u16 r, u16 g, u16 b,
>  }
>  
>  /**
> - * drm_crtc_fill_palette_332 - Programs a default palette for R332-like formats
> + * drm_crtc_fill_palette_332 - Programs a default palette for RGB332-like formats
>   * @crtc: The displaying CRTC
>   * @set_palette: Callback for programming the hardware gamma LUT
>   *

Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>

-- 
Best regards,

Javier Martinez Canillas
Core Platforms
Red Hat