Message ID | 70e1379cefb8a15702eedc046875638037ecdd0b.1467629489.git.mchehab@s-opensource.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
Constify the string "count" where it means a field. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> --- Documentation/linux_tv/media/v4l/extended-controls.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)