Skip to content

Commit e695668

Browse files
ribaldaHans Verkuil
authored andcommitted
media: cec.h: Fix kerneldoc
is_claiming_log_addrs documentation was missing. fix this kernel-doc warning: include/media/cec.h:296: warning: Function parameter or struct member 'is_claiming_log_addrs' not described in 'cec_adapter' Signed-off-by: Ricardo Ribalda <[email protected]> Reviewed-by: Hans Verkuil <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent 64627da commit e695668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/media/cec.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ struct cec_adap_ops {
187187
* in order to transmit or receive CEC messages. This is usually a HW
188188
* limitation.
189189
* @is_enabled: the CEC adapter is enabled
190+
* @is_claiming_log_addrs: true if cec_claim_log_addrs() is running
190191
* @is_configuring: the CEC adapter is configuring (i.e. claiming LAs)
191192
* @must_reconfigure: while configuring, the PA changed, so reclaim LAs
192193
* @is_configured: the CEC adapter is configured (i.e. has claimed LAs)

0 commit comments

Comments
 (0)