After this series, there are only 3 warnings left:

./include/media/media-entity.h:1053: warning: No description found for 
parameter '...'
./include/media/v4l2-mem2mem.h:339: WARNING: c:type reference target not found: 
queue_init
./include/media/v4l2-subdev.h:424: WARNING: c:type reference target not found: 
v4l2_sliced_vbi_line

The first two seems to be related to some kernel-doc parser issue.

The last one is actually a documentation error: the documentation is pointing 
to a
struct that doesn't exist! Probably, it got renamed during development.

I'll look into those three remaining issues likely tomorrow.

Mauro Carvalho Chehab (15):
  [media] mc-core.rst: fix a warning about an internal routine
  [media] v4l2-mem2mem.h: move descriptions from .c file
  [media] v4l2-mem2mem.h: document function arguments
  [media] v4l2-mem2mem.h: document the public structures
  [media] v4l2-mem2mem.h: make kernel-doc parse v4l2-mem2mem.h again
  [media] conf_nitpick.py: ignore an opaque struct from v4l2-mem2mem.h
  [media] videobuf2-core.h: move function descriptions from c file
  [media] videobuf2-core.h: document enum vb2_memory
  [media] videobuf2-core.h: improve documentation
  [media] conf_nitpick.py: ignore C domain data used on vb2
  [media] videobuf2-v4l2.h: get kernel-doc tags from C file
  [media] videobuf2-v4l2.h: improve documentation
  [media] videobuf2-v4l2: document two helper functions
  [media] v4l2-flash-led-class.h: document v4l2_flash_ops
  [media] v4l2-subdev: fix some references to v4l2_dev

 Documentation/media/conf_nitpick.py      |   8 +
 drivers/media/v4l2-core/v4l2-mem2mem.c   | 128 +----------
 drivers/media/v4l2-core/videobuf2-core.c | 254 ---------------------
 drivers/media/v4l2-core/videobuf2-v4l2.c | 142 ------------
 include/media/media-devnode.h            |   3 +-
 include/media/v4l2-flash-led-class.h     |  15 +-
 include/media/v4l2-mem2mem.h             | 262 ++++++++++++++++++++--
 include/media/v4l2-subdev.h              |   8 +-
 include/media/videobuf2-core.h           | 372 ++++++++++++++++++++++++++++---
 include/media/videobuf2-v4l2.h           | 182 ++++++++++++++-
 10 files changed, 791 insertions(+), 583 deletions(-)

-- 
2.7.4


--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to