]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: rave-sp: Fix mistake in 'struct rave_sp_deframer's kerneldoc
authorLee Jones <lee.jones@linaro.org>
Wed, 24 Jun 2020 13:52:27 +0000 (14:52 +0100)
committerLee Jones <lee.jones@linaro.org>
Mon, 6 Jul 2020 07:32:05 +0000 (08:32 +0100)
commit3cde40d20f334a1f21c12a96d3b0de085fc07dcf
tree9e6ead910189df6ea3324888a96631e194e70b48
parentb1744918aa4d4888790661e8a1ad0207c0f0c404
mfd: rave-sp: Fix mistake in 'struct rave_sp_deframer's kerneldoc

Argument 'received' was incorrectly named by its struct type 'completion'
instead of its name.

Fixes the following W=1 warning:

 drivers/mfd/rave-sp.c:107: warning: Function parameter or member 'received' not described in 'rave_sp_reply'

Cc: Andrey Vostrikov <andrey.vostrikov@cogentembedded.com>
Cc: Nikita Yushchenko <nikita.yoush@cogentembedded.com>
Cc: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/rave-sp.c