Commit 608b1bf1 authored by Jian Dong's avatar Jian Dong Committed by Lee Jones

mfd: si476x-cmd: Fix two typos of 'returned'

Fix two typos retured --> returned
Signed-off-by: default avatarJian Dong <dongjian@yulong.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 34b6677e
...@@ -731,7 +731,7 @@ static int si476x_core_cmd_intb_pin_cfg_a20(struct si476x_core *core, ...@@ -731,7 +731,7 @@ static int si476x_core_cmd_intb_pin_cfg_a20(struct si476x_core *core,
* @core: - device to send the command to * @core: - device to send the command to
* @rsqargs: - pointer to a structure containing a group of sub-args * @rsqargs: - pointer to a structure containing a group of sub-args
* relevant to sending the RSQ status command * 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) * (if NULL then the output of the command is ignored)
* *
* Function returns 0 on success and negative error code on failure * Function returns 0 on success and negative error code on failure
...@@ -892,7 +892,7 @@ EXPORT_SYMBOL_GPL(si476x_core_cmd_fm_seek_start); ...@@ -892,7 +892,7 @@ EXPORT_SYMBOL_GPL(si476x_core_cmd_fm_seek_start);
* rest RDS data contains the last valid info received * rest RDS data contains the last valid info received
* @mtfifo: if set the command clears RDS receive FIFO * @mtfifo: if set the command clears RDS receive FIFO
* @intack: if set the command clards the RDSINT bit. * @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) * (if NULL then the output of the command is ignored)
* *
* Function returns 0 on success and negative error code on failure * Function returns 0 on success and negative error code on failure
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment