All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Some patches for DVB VB2 kAPI documentation
@ 2017-12-29 13:37 Mauro Carvalho Chehab
  2017-12-29 13:37 ` [PATCH 1/4] media: dvb_vb2: use strlcpy instead of strncpy Mauro Carvalho Chehab
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Mauro Carvalho Chehab @ 2017-12-29 13:37 UTC (permalink / raw)
  Cc: Mauro Carvalho Chehab, Linux Media Mailing List,
	Mauro Carvalho Chehab, Inki Dae, Geunyoung Kim, Seung-Woo Kim,
	Junghak Sung, Satendra Singh Thakur

Document the new dvb-vb2 kAPI bits, in order to keep it in sync with
implementation, and shut up two new documentation warnings.

Mauro Carvalho Chehab (4):
  media: dvb_vb2: use strlcpy instead of strncpy
  media: dvb_vb2: get rid of DVB_BUF_TYPE_OUTPUT
  media: dvb kAPI docs: document dvb_vb2.h
  media: dmx.h documentation: fix a warning

 Documentation/media/dmx.h.rst.exceptions |   2 +
 Documentation/media/kapi/dtv-common.rst  |   5 +
 drivers/media/dvb-core/dvb_vb2.c         |   2 +-
 include/media/dmxdev.h                   |   2 +
 include/media/dvb_vb2.h                  | 184 +++++++++++++++++++++++++++++--
 5 files changed, 187 insertions(+), 8 deletions(-)

-- 
2.14.3

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-12-29 13:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-29 13:37 [PATCH 0/4] Some patches for DVB VB2 kAPI documentation Mauro Carvalho Chehab
2017-12-29 13:37 ` [PATCH 1/4] media: dvb_vb2: use strlcpy instead of strncpy Mauro Carvalho Chehab
2017-12-29 13:37 ` [PATCH 2/4] media: dvb_vb2: get rid of DVB_BUF_TYPE_OUTPUT Mauro Carvalho Chehab
2017-12-29 13:37 ` [PATCH 3/4] media: dvb kAPI docs: document dvb_vb2.h Mauro Carvalho Chehab
2017-12-29 13:37 ` [PATCH 4/4] media: dmx.h documentation: fix a warning Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.