Skip to content

Commit

Permalink
slimbus: stream: Fix htmldocs warnings
Browse files Browse the repository at this point in the history
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 <lkp@intel.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Srinivas Kandagatla authored and Greg Kroah-Hartman committed Jul 8, 2018
1 parent 053a389 commit e464d28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/slimbus/slimbus.h
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,8 @@ enum slim_transport_protocol {
/**
* struct slim_stream_runtime - SLIMbus stream runtime instance
*
* @dev: Name of the stream
* @name: Name of the stream
* @dev: SLIM Device instance associated with this stream
* @state: state of stream
* @direction: direction of stream
* @prot: Transport protocol used in this stream
* @rate: Data rate of samples *
Expand Down

0 comments on commit e464d28

Please sign in to comment.