All control menus use the english capitalization rules of titles.

The only menu not following these rules is the RGB Quantization Range control
menu. Fix this.

Signed-off-by: Hans Verkuil <hans.verk...@cisco.com>
---
diff --git a/drivers/media/v4l2-core/v4l2-ctrls.c 
b/drivers/media/v4l2-core/v4l2-ctrls.c
index b9e08e3d6e0e..b4b364f68695 100644
--- a/drivers/media/v4l2-core/v4l2-ctrls.c
+++ b/drivers/media/v4l2-core/v4l2-ctrls.c
@@ -459,8 +459,8 @@ const char * const *v4l2_ctrl_get_menu(u32 id)
        };
        static const char * const dv_rgb_range[] = {
                "Automatic",
-               "RGB limited range (16-235)",
-               "RGB full range (0-255)",
+               "RGB Limited Range (16-235)",
+               "RGB Full Range (0-255)",
                NULL,
        };
        static const char * const dv_it_content_type[] = {

Reply via email to