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 <mchehab@xxxxxxxxxxxxxxxx> --- Documentation/media/conf_nitpick.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/media/conf_nitpick.py b/Documentation/media/conf_nitpick.py index 1f3ef3ded2d4..f71bb947eb15 100644 --- a/Documentation/media/conf_nitpick.py +++ b/Documentation/media/conf_nitpick.py @@ -98,4 +98,8 @@ nitpick_ignore = [ ("c:type", "usb_interface"), ("c:type", "v4l2_std_id"), ("c:type", "video_system_t"), + + # Opaque structures + + ("c:type", "v4l2_m2m_dev"), ] -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html