diff options
| -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 |
