Skip to content

Commit f720fa0

Browse files
arnopomathieupoirier
authored andcommitted
rpmsg: char: Fix rpmsg_eptdev structure documentation
Add missing @ tags for some rpmsg_eptdev structure parameters. This fixes warning messages on build: drivers/rpmsg/rpmsg_char.c:75: warning: Function parameter or struct member 'remote_flow_restricted' not described in 'rpmsg_eptdev' drivers/rpmsg/rpmsg_char.c:75: warning: Function parameter or struct member 'remote_flow_updated' not described in 'rpmsg_eptdev' Fixes: 5550201 ("rpmsg: char: Add RPMSG GET/SET FLOWCONTROL IOCTL support") Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com> Link: https://lore.kernel.org/r/20240517165654.427746-1-arnaud.pouliquen@foss.st.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
1 parent 1613e60 commit f720fa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/rpmsg/rpmsg_char.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ static DEFINE_IDA(rpmsg_minor_ida);
5252
* @readq: wait object for incoming queue
5353
* @default_ept: set to channel default endpoint if the default endpoint should be re-used
5454
* on device open to prevent endpoint address update.
55-
* remote_flow_restricted: to indicate if the remote has requested for flow to be limited
56-
* remote_flow_updated: to indicate if the flow control has been requested
55+
* @remote_flow_restricted: to indicate if the remote has requested for flow to be limited
56+
* @remote_flow_updated: to indicate if the flow control has been requested
5757
*/
5858
struct rpmsg_eptdev {
5959
struct device dev;

0 commit comments

Comments
 (0)