From 3fc02457bebbfc416d09f55451d4999dfe60fa77 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sun, 3 Jul 2016 16:25:30 -0300 Subject: [PATCH] doc-rst: extended-controls: "count" is a constant Constify the string "count" where it means a field. Signed-off-by: Mauro Carvalho Chehab --- Documentation/linux_tv/media/v4l/extended-controls.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/linux_tv/media/v4l/extended-controls.rst b/Documentation/linux_tv/media/v4l/extended-controls.rst index 50598b479273..413f6ca8eb60 100644 --- a/Documentation/linux_tv/media/v4l/extended-controls.rst +++ b/Documentation/linux_tv/media/v4l/extended-controls.rst @@ -61,7 +61,7 @@ relating to MPEG encoding, etc. All controls in the control array must belong to the specified control class. An error is returned if this is not the case. -It is also possible to use an empty control array (count == 0) to check +It is also possible to use an empty control array (``count`` == 0) to check whether the specified control class is supported. The control array is a struct -- 2.39.5