summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2017-11-29 16:00:58 +0100
committerMauro Carvalho Chehab2017-11-30 10:19:01 +0100
commit5bef1c0bd53abb80613f901c4ac50131d035604f (patch)
treee02c368aee5451d03f63654cf54e98bf4149ac64
parentmedia: s3c-camif: add missing description at s3c_camif_find_format() (diff)
downloadkernel-qcow2-linux-5bef1c0bd53abb80613f901c4ac50131d035604f.tar.gz
kernel-qcow2-linux-5bef1c0bd53abb80613f901c4ac50131d035604f.tar.xz
kernel-qcow2-linux-5bef1c0bd53abb80613f901c4ac50131d035604f.zip
media: radio-wl1273: fix a parameter name at kernel-doc macro
Solve those warnings: drivers/media/radio/radio-wl1273.c:1337: warning: No description found for parameter 'radio' drivers/media/radio/radio-wl1273.c:1337: warning: Excess function parameter 'core' description in 'wl1273_fm_set_tx_power' Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r--drivers/media/radio/radio-wl1273.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-wl1273.c b/drivers/media/radio/radio-wl1273.c
index 903fcd5e99c0..3cbdc085c65d 100644
--- a/drivers/media/radio/radio-wl1273.c
+++ b/drivers/media/radio/radio-wl1273.c
@@ -1330,7 +1330,7 @@ static int wl1273_fm_vidioc_s_input(struct file *file, void *priv,
/**
* wl1273_fm_set_tx_power() - Set the transmission power value.
- * @core: A pointer to the device struct.
+ * @radio: A pointer to the device struct.
* @power: The new power value.
*/
static int wl1273_fm_set_tx_power(struct wl1273_device *radio, u16 power)