Skip to content

Commit e464d28

Browse files
Srinivas-Kandagatlagregkh
authored andcommitted
slimbus: stream: Fix htmldocs warnings
This patch fixes below warning during building htmldoc: slimbus.h:352: warning: Function parameter or member 'name' not described in 'slim_stream_runtime' This patch also removes documentation for state variable in struct slim_stream_runtime which was redundant and removed. Reported-by: kbuild test robot <[email protected]> Signed-off-by: Srinivas Kandagatla <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 053a389 commit e464d28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/slimbus/slimbus.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,8 @@ enum slim_transport_protocol {
325325
/**
326326
* struct slim_stream_runtime - SLIMbus stream runtime instance
327327
*
328-
* @dev: Name of the stream
328+
* @name: Name of the stream
329329
* @dev: SLIM Device instance associated with this stream
330-
* @state: state of stream
331330
* @direction: direction of stream
332331
* @prot: Transport protocol used in this stream
333332
* @rate: Data rate of samples *

0 commit comments

Comments
 (0)