Constify the string "count" where it means a field.

Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---
 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.7.4


--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to