1
0
Fork 0

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 <lkp@intel.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Srinivas Kandagatla 2018-07-07 20:28:41 +01:00 committed by Greg Kroah-Hartman
parent 053a389b46
commit e464d28273
1 changed files with 1 additions and 2 deletions

View File

@ -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 *