diff options
| author | Mauro Carvalho Chehab <[email protected]> | 2016-07-03 16:25:30 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2016-07-03 17:47:39 -0300 |
| commit | 3fc02457bebbfc416d09f55451d4999dfe60fa77 (patch) | |
| tree | 5b6f1821c457fc84655b03b1e9dd83b7849491ee | |
| parent | dd56058747499e11dabf389e6a52a48fc3c27c75 (diff) | |
doc-rst: extended-controls: "count" is a constant
Constify the string "count" where it means a field.
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
| -rw-r--r-- | Documentation/linux_tv/media/v4l/extended-controls.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |