Skip to content

Commit e434e0c

Browse files
krzkandersson
authored andcommitted
soc: qcom: smd-rpm: Fix kerneldoc
Fix W=1 compile warnings (invalid kerneldoc): drivers/soc/qcom/smd-rpm.c:35: warning: Function parameter or member 'dev' not described in 'qcom_smd_rpm' drivers/soc/qcom/smd-rpm.c:99: warning: Function parameter or member 'state' not described in 'qcom_rpm_smd_write' Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 72fe996 commit e434e0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/soc/qcom/smd-rpm.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* struct qcom_smd_rpm - state of the rpm device driver
2121
* @rpm_channel: reference to the smd channel
2222
* @icc: interconnect proxy device
23+
* @dev: rpm device
2324
* @ack: completion for acks
2425
* @lock: mutual exclusion around the send/complete pair
2526
* @ack_status: result of the rpm request
@@ -86,6 +87,7 @@ struct qcom_rpm_message {
8687
/**
8788
* qcom_rpm_smd_write - write @buf to @type:@id
8889
* @rpm: rpm handle
90+
* @state: active/sleep state flags
8991
* @type: resource type
9092
* @id: resource identifier
9193
* @buf: the data to be written

0 commit comments

Comments
 (0)