Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e464d282 authored by Srinivas Kandagatla's avatar Srinivas Kandagatla Committed by Greg Kroah-Hartman
Browse files

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: default avatarkbuild test robot <lkp@intel.com>
Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 053a389b
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -325,9 +325,8 @@ enum slim_transport_protocol {
/**
/**
 * struct slim_stream_runtime  - SLIMbus stream runtime instance
 * 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
 * @dev: SLIM Device instance associated with this stream
 * @state: state of stream
 * @direction: direction of stream
 * @direction: direction of stream
 * @prot: Transport protocol used in this stream
 * @prot: Transport protocol used in this stream
 * @rate: Data rate of samples *
 * @rate: Data rate of samples *