From: Lee Jones Date: Wed, 24 Jun 2020 13:52:27 +0000 (+0100) Subject: mfd: rave-sp: Fix mistake in 'struct rave_sp_deframer's kerneldoc X-Git-Tag: v5.10.7~1828^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=768c1e38dc43b1fc43f73409f58c58344f243892;p=platform%2Fkernel%2Flinux-rpi.git 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 Cc: Nikita Yushchenko Cc: Andrey Smirnov Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/rave-sp.c b/drivers/mfd/rave-sp.c index 26c7b63..abaab54 100644 --- a/drivers/mfd/rave-sp.c +++ b/drivers/mfd/rave-sp.c @@ -96,7 +96,7 @@ struct rave_sp_deframer { * @data: Buffer to store reply payload in * @code: Expected reply code * @ackid: Expected reply ACK ID - * @completion: Successful reply reception completion + * @received: Successful reply reception completion */ struct rave_sp_reply { size_t length;