]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite79dd4a64f4ab62f25bd353a68686fa72125e2b0
treed9bf1174e67632a6e90e9b0808c7b044dd3cf2f0
parent262de086ef302ce730eb4d26e8129810aa87b997
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