Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Srinivas Kandagatla and committed by
Greg Kroah-Hartman
e464d282 053a389b

+1 -2
+1 -2
drivers/slimbus/slimbus.h
··· 325 325 /** 326 326 * struct slim_stream_runtime - SLIMbus stream runtime instance 327 327 * 328 - * @dev: Name of the stream 328 + * @name: Name of the stream 329 329 * @dev: SLIM Device instance associated with this stream 330 - * @state: state of stream 331 330 * @direction: direction of stream 332 331 * @prot: Transport protocol used in this stream 333 332 * @rate: Data rate of samples *