diff options
author | Jian Dong <dongjian@yulong.com> | 2021-05-07 17:21:35 +0800 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2021-06-02 10:49:59 +0100 |
commit | 608b1bf1cd0a6b1ffb572d4fff9353a140174dbb (patch) | |
tree | c2b50c70c7728d8ea75885f0517da8b83199aaf1 /drivers | |
parent | 34b6677e067998122a5082691c2a3a7a6a50ea79 (diff) |
mfd: si476x-cmd: Fix two typos of 'returned'
Fix two typos retured --> returned
Signed-off-by: Jian Dong <dongjian@yulong.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mfd/si476x-cmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/si476x-cmd.c b/drivers/mfd/si476x-cmd.c index d15b3e783369..95c03a9f8339 100644 --- a/drivers/mfd/si476x-cmd.c +++ b/drivers/mfd/si476x-cmd.c @@ -731,7 +731,7 @@ static int si476x_core_cmd_intb_pin_cfg_a20(struct si476x_core *core, * @core: - device to send the command to * @rsqargs: - pointer to a structure containing a group of sub-args * relevant to sending the RSQ status command - * @report: - all signal quality information retured by the command + * @report: - all signal quality information returned by the command * (if NULL then the output of the command is ignored) * * Function returns 0 on success and negative error code on failure @@ -892,7 +892,7 @@ 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 + * @report: - all signal quality information returned by the command * (if NULL then the output of the command is ignored) * * Function returns 0 on success and negative error code on failure |