Skip to content

Commit 3693760

Browse files
rddunlapsre
authored andcommitted
HSI: ssi_protocol: fix struct members kernel-doc warnings
Fix a typo in one struct member's name and add the @work struct member to quieten kernel-doc warnings: ssi_protocol.c:144: warning: Function parameter or struct member 'work' not described in 'ssi_protocol' ssi_protocol.c:144: warning: Function parameter or struct member 'tx_usecnt' not described in 'ssi_protocol' ssi_protocol.c:144: warning: Excess struct member 'tx_usecount' description in 'ssi_protocol' Signed-off-by: Randy Dunlap <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sebastian Reichel <[email protected]>
1 parent a0e35a1 commit 3693760

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/hsi/clients/ssi_protocol.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,10 @@ enum {
114114
* @netdev: Phonet network device
115115
* @txqueue: TX data queue
116116
* @cmdqueue: Queue of free commands
117+
* @work: &struct work_struct for scheduled work
117118
* @cl: HSI client own reference
118119
* @link: Link for ssip_list
119-
* @tx_usecount: Refcount to keep track the slaves that use the wake line
120+
* @tx_usecnt: Refcount to keep track the slaves that use the wake line
120121
* @channel_id_cmd: HSI channel id for command stream
121122
* @channel_id_data: HSI channel id for data stream
122123
*/

0 commit comments

Comments
 (0)