mfd: si476x-cmd: Repair wrongly described function argument 's/response/resp'
authorLee Jones <lee.jones@linaro.org>
Wed, 24 Jun 2020 12:36:23 +0000 (13:36 +0100)
committerLee Jones <lee.jones@linaro.org>
Mon, 6 Jul 2020 07:32:02 +0000 (08:32 +0100)
commit3c719388f6ff505239f8285a423571236abbd3c2
treed9bf1174e67632a6e90e9b0808c7b044dd3cf2f0
parent2fbd583443905d6f8c6d87aebdef2717ae039f0b
mfd: si476x-cmd: Repair wrongly described function argument 's/response/resp'

si476x_core_send_command()'s 5th argument has never been called response.

This change must have occurred prior to the driver being Mainlined.

We're also taking the opportunity to bring the first description back
into line, making my OCD happy!

This fixes the following W=1 warning(s):

 drivers/mfd/si476x-cmd.c:264: warning: Function parameter or member 'resp' not described in 'si476x_core_send_command
 drivers/mfd/si476x-cmd.c:264: warning: Excess function parameter 'response' description in 'si476x_core_send_command'

Cc: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/si476x-cmd.c