Skip to content

Commit

Permalink
[media] conf_nitpick.py: ignore an opaque struct from v4l2-mem2mem.h
Browse files Browse the repository at this point in the history
The v4l2_m2m_dev is opaque: its meaning is only known by
v4l2-mem2mem.c. Ignore it on nitpick mode.

Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
mchehab committed Sep 9, 2016
1 parent 9f8d3a2 commit bcb53f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/media/conf_nitpick.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,8 @@
("c:type", "usb_interface"),
("c:type", "v4l2_std_id"),
("c:type", "video_system_t"),

# Opaque structures

("c:type", "v4l2_m2m_dev"),
]

0 comments on commit bcb53f0

Please sign in to comment.