]> git.ipfire.org Git - thirdparty/linux.git/commit
rpmsg: char: Fix rpmsg_eptdev structure documentation
authorArnaud Pouliquen <arnaud.pouliquen@foss.st.com>
Fri, 17 May 2024 16:56:54 +0000 (18:56 +0200)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Tue, 28 May 2024 18:58:45 +0000 (12:58 -0600)
commitf720fa010d03bbb336cf8dcb949e939b5cfba610
tree1027209759907aaf31dbf7bb254391ae2d010d75
parent1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0
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: 5550201c0fe2 ("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>
drivers/rpmsg/rpmsg_char.c