diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-30 12:18:09 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-09 09:38:36 -0300 |
commit | bba65c132fe4e57682861ff826e259efd7845492 (patch) | |
tree | 751a431453145142ee13c2ad0bc60c5b90d1a85c /Documentation/media | |
parent | 94d71e58074210a192d785df2744ce4abcbe519c (diff) |
[media] v4l2-ioctl.h: document the remaining functions
There are several undocumented functions here; document them.
While here, make checkpatch.pl happy.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media')
-rw-r--r-- | Documentation/media/conf_nitpick.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/media/conf_nitpick.py b/Documentation/media/conf_nitpick.py index 1c7928abace5..1f3ef3ded2d4 100644 --- a/Documentation/media/conf_nitpick.py +++ b/Documentation/media/conf_nitpick.py @@ -96,5 +96,6 @@ nitpick_ignore = [ ("c:type", "__user"), ("c:type", "usb_device"), ("c:type", "usb_interface"), + ("c:type", "v4l2_std_id"), ("c:type", "video_system_t"), ] |