Commit b0649455 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

media: fix kernel-doc markups



Some identifiers have different names between their prototypes
and the kernel-doc markup. Seome seems to be due to cut-and-paste
related issues.

Others need to be fixed, as kernel-doc markups should use this format:
        identifier - description

Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> # IPU3 and V4L2
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 0d72f489
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ struct ascot2e_config {

#if IS_REACHABLE(CONFIG_DVB_ASCOT2E)
/**
 * Attach an ascot2e tuner
 * ascot2e_attach - Attach an ascot2e tuner
 *
 * @fe: frontend to be attached
 * @config: pointer to &struct ascot2e_config with tuner configuration.
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ struct cxd2820r_config {

#if IS_REACHABLE(CONFIG_DVB_CXD2820R)
/**
 * Attach a cxd2820r demod
 * cxd2820r_attach - Attach a cxd2820r demod
 *
 * @config: pointer to &struct cxd2820r_config with demod configuration.
 * @i2c: i2c adapter to use.
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ struct drxk_config {

#if IS_REACHABLE(CONFIG_DVB_DRXK)
/**
 * Attach a drxk demod
 * drxk_attach - Attach a drxk demod
 *
 * @config: pointer to &struct drxk_config with demod configuration.
 * @i2c: i2c adapter to use.
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ struct dvb_pll_config {

#if IS_REACHABLE(CONFIG_DVB_PLL)
/**
 * Attach a dvb-pll to the supplied frontend structure.
 * dvb_pll_attach - Attach a dvb-pll to the supplied frontend structure.
 *
 * @fe: Frontend to attach to.
 * @pll_addr: i2c address of the PLL (if used).
+2 −2
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ struct helene_config {

#if IS_REACHABLE(CONFIG_DVB_HELENE)
/**
 * Attach a helene tuner (terrestrial and cable standards)
 * helene_attach - Attach a helene tuner (terrestrial and cable standards)
 *
 * @fe: frontend to be attached
 * @config: pointer to &struct helene_config with tuner configuration.
@@ -57,7 +57,7 @@ extern struct dvb_frontend *helene_attach(struct dvb_frontend *fe,
					struct i2c_adapter *i2c);

/**
 * Attach a helene tuner (satellite standards)
 * helene_attach_s - Attach a helene tuner (satellite standards)
 *
 * @fe: frontend to be attached
 * @config: pointer to &struct helene_config with tuner configuration.
Loading