diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml
index ae9bc1e089cc6e6f3e37be94ac1b5056572ad785..b91210d646cf2ee8fd81b870104ea775223b7241 100644
--- a/Documentation/DocBook/media/dvb/dvbproperty.xml
+++ b/Documentation/DocBook/media/dvb/dvbproperty.xml
@@ -36,7 +36,7 @@ API is to replace the ioctl's were the
struct dvb_frontend_parameters were used.
-DTV stats type
+struct dtv_stats
struct dtv_stats {
__u8 scale; /* enum fecap_scale_params type */
@@ -48,19 +48,19 @@ struct dtv_stats {
-DTV stats type
+struct dtv_fe_stats
#define MAX_DTV_STATS 4
struct dtv_fe_stats {
__u8 len;
- struct dtv_stats stat[MAX_DTV_STATS];
+ &dtv-stats; stat[MAX_DTV_STATS];
} __packed;
-DTV property type
+struct dtv_property
/* Reserved fields should be set to 0 */
@@ -69,7 +69,7 @@ struct dtv_property {
__u32 reserved[3];
union {
__u32 data;
- struct dtv_fe_stats st;
+ &dtv-fe-stats; st;
struct {
__u8 data[32];
__u32 len;
@@ -85,11 +85,11 @@ struct dtv_property {
-DTV properties type
+struct dtv_properties
struct dtv_properties {
__u32 num;
- struct dtv_property *props;
+ &dtv-property; *props;
};
diff --git a/Documentation/DocBook/media/dvb/fe-get-property.xml b/Documentation/DocBook/media/dvb/fe-get-property.xml
index b121fe5380cad8adac5bd19dbe25b4cecc63064b..456ed92133f1675aed0f444575713b36d30d9e6e 100644
--- a/Documentation/DocBook/media/dvb/fe-get-property.xml
+++ b/Documentation/DocBook/media/dvb/fe-get-property.xml
@@ -17,7 +17,7 @@
int ioctl
int fd
int request
- &dtv-property; *argp
+ &dtv-properties; *argp
@@ -40,7 +40,7 @@
argp
- pointer to &dtv-property;
+ pointer to &dtv-properties;