Skip to content

Commit 101042f

Browse files
krzkandersson
authored andcommitted
rpmsg: qcom: correct kerneldoc
Correct kerneldoc warnings like: drivers/rpmsg/qcom_glink_ssr.c:45: warning: expecting prototype for G(). Prototype was for GLINK_SSR_DO_CLEANUP() instead Also fix meaning of 'flag' argument. Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Stephen Boyd <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 6c3ebc9 commit 101042f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

drivers/rpmsg/qcom_glink_ssr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ struct cleanup_done_msg {
3939
__le32 seq_num;
4040
};
4141

42-
/**
42+
/*
4343
* G-Link SSR protocol commands
4444
*/
4545
#define GLINK_SSR_DO_CLEANUP 0

drivers/rpmsg/qcom_smd.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -729,11 +729,11 @@ static int qcom_smd_write_fifo(struct qcom_smd_channel *channel,
729729
}
730730

731731
/**
732-
* qcom_smd_send - write data to smd channel
732+
* __qcom_smd_send - write data to smd channel
733733
* @channel: channel handle
734734
* @data: buffer of data to write
735735
* @len: number of bytes to write
736-
* @wait: flag to indicate if write has ca wait
736+
* @wait: flag to indicate if write can wait
737737
*
738738
* This is a blocking write of len bytes into the channel's tx ring buffer and
739739
* signal the remote end. It will sleep until there is enough space available

0 commit comments

Comments
 (0)