summaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-11-04 12:07:02 -0200
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-11-16 07:40:04 -0200
commit6747b39441925f247f15d04b89be3588f465ad57 (patch)
tree34e66c602aff76132930b6f3798d41fe0b130cc1 /drivers/media
parent7b6e55b9703810d771cf324d7b6cd0e1c095c86a (diff)
downloadop-kernel-dev-6747b39441925f247f15d04b89be3588f465ad57.zip
op-kernel-dev-6747b39441925f247f15d04b89be3588f465ad57.tar.gz
[media] device-drivers.tmpl: better organize DVB function calls
Classify the functions at the DVB core per API. That makes easier to understand how they're related to the userspace API. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/dvb-core/demux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb-core/demux.h b/drivers/media/dvb-core/demux.h
index f8014aa..f716e14 100644
--- a/drivers/media/dvb-core/demux.h
+++ b/drivers/media/dvb-core/demux.h
@@ -33,7 +33,7 @@
#include <linux/dvb/dmx.h>
/**
- * DOC: Digital TV Demux API
+ * DOC: Digital TV Demux
*
* The kernel demux API defines a driver-internal interface for registering
* low-level, hardware specific driver to a hardware independent demux layer.
@@ -231,7 +231,7 @@ struct dmx_section_feed {
};
/**
- * DOC: Demux Callback API
+ * DOC: Demux Callback
*
* This kernel-space API comprises the callback functions that deliver filtered
* data to the demux client. Unlike the other DVB kABIs, these functions are
OpenPOWER on IntegriCloud