Commit 3fc02457 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

doc-rst: extended-controls: "count" is a constant

Constify the string "count" where it means a field.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent dd560587
...@@ -61,7 +61,7 @@ relating to MPEG encoding, etc. ...@@ -61,7 +61,7 @@ relating to MPEG encoding, etc.
All controls in the control array must belong to the specified control All controls in the control array must belong to the specified control
class. An error is returned if this is not the case. 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. whether the specified control class is supported.
The control array is a struct The control array is a struct
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment