All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] v4l2-ctrls.c: fix RGB quantization range control menu
@ 2017-04-03  8:21 Hans Verkuil
  2017-04-03  9:28 ` Sakari Ailus
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Verkuil @ 2017-04-03  8:21 UTC (permalink / raw)
  To: Linux Media Mailing List

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.verkuil@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[] = {

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

* Re: [PATCH] v4l2-ctrls.c: fix RGB quantization range control menu
  2017-04-03  8:21 [PATCH] v4l2-ctrls.c: fix RGB quantization range control menu Hans Verkuil
@ 2017-04-03  9:28 ` Sakari Ailus
  0 siblings, 0 replies; 2+ messages in thread
From: Sakari Ailus @ 2017-04-03  9:28 UTC (permalink / raw)
  To: Hans Verkuil; +Cc: Linux Media Mailing List

On Mon, Apr 03, 2017 at 10:21:07AM +0200, Hans Verkuil wrote:
> 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.verkuil@cisco.com>

Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>

-- 
Sakari Ailus
e-mail: sakari.ailus@iki.fi	XMPP: sailus@retiisi.org.uk

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

end of thread, other threads:[~2017-04-03  9:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-03  8:21 [PATCH] v4l2-ctrls.c: fix RGB quantization range control menu Hans Verkuil
2017-04-03  9:28 ` Sakari Ailus

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.