Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/color-mgmt: Typo s/R332/RGB332/

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: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patch.msgid.link/c413e45c8f752a532a4ff377f7a8b9eaab4a082a.1776757681.git.geert+renesas@glider.be

authored by

Geert Uytterhoeven and committed by
Thomas Zimmermann
9d5a2b8f aaaa684b

+1 -1
+1 -1
drivers/gpu/drm/drm_color_mgmt.c
··· 831 831 } 832 832 833 833 /** 834 - * drm_crtc_fill_palette_332 - Programs a default palette for R332-like formats 834 + * drm_crtc_fill_palette_332 - Programs a default palette for RGB332-like formats 835 835 * @crtc: The displaying CRTC 836 836 * @set_palette: Callback for programming the hardware gamma LUT 837 837 *