mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
rpmsg: Fix documentation return formatting
kernel documentation specification: "The return value, if any, should be described in a dedicated section named Return." Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com> Link: https://lore.kernel.org/r/20211108140126.3530-1-arnaud.pouliquen@foss.st.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
This commit is contained in:
committed by
Mathieu Poirier
parent
c572724406
commit
631af6e0f4
@@ -547,7 +547,7 @@ static void rpmsg_downref_sleepers(struct virtproc_info *vrp)
|
||||
* should use the appropriate rpmsg_{try}send{to, _offchannel} API
|
||||
* (see include/linux/rpmsg.h).
|
||||
*
|
||||
* Returns 0 on success and an appropriate error value on failure.
|
||||
* Return: 0 on success and an appropriate error value on failure.
|
||||
*/
|
||||
static int rpmsg_send_offchannel_raw(struct rpmsg_device *rpdev,
|
||||
u32 src, u32 dst,
|
||||
|
||||
Reference in New Issue
Block a user