diff options
author | Lee Jones <lee.jones@linaro.org> | 2020-06-24 15:29:18 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-07-06 09:32:04 +0200 |
commit | 981b1261bfdf7cb3e3c2029ecc4a1510d46eff9e (patch) | |
tree | 47ca1075b42cf9af45e1fcbf51f48f702f5c9c07 /drivers | |
parent | mfd: si476x-cmd: Update si476x_cmd_am_rsq_status()'s kerneldoc (diff) | |
download | linux-981b1261bfdf7cb3e3c2029ecc4a1510d46eff9e.tar.xz linux-981b1261bfdf7cb3e3c2029ecc4a1510d46eff9e.zip |
mfd: si476x-cmd: Add missing documentation for si476x_cmd_fm_rds_status()'s arg 'report'
Kerneldoc syntax is used, but not complete.
Descriptions are required for all arguments.
Fixes the following W=1 build warning:
drivers/mfd/si476x-cmd.c:907: warning: Function parameter or member 'report' not described in 'si476x_core_cmd_fm_rds_status'
Cc: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mfd/si476x-cmd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mfd/si476x-cmd.c b/drivers/mfd/si476x-cmd.c index 0a40c5cb751d..d15b3e783369 100644 --- a/drivers/mfd/si476x-cmd.c +++ b/drivers/mfd/si476x-cmd.c @@ -892,6 +892,8 @@ EXPORT_SYMBOL_GPL(si476x_core_cmd_fm_seek_start); * rest RDS data contains the last valid info received * @mtfifo: if set the command clears RDS receive FIFO * @intack: if set the command clards the RDSINT bit. + * @report: - all signal quality information retured by the command + * (if NULL then the output of the command is ignored) * * Function returns 0 on success and negative error code on failure */ |