diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2018-07-07 22:28:41 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-08 16:19:04 +0300 |
commit | e464d28273f895bfc57bfec2beb8a894eb45237c (patch) | |
tree | 84210ff661a4f3e9e51ff19e99a7bdd09900f85a /drivers/slimbus | |
parent | 053a389b461c558e4ecf84a55b94dfc51cb0cbce (diff) | |
download | linux-e464d28273f895bfc57bfec2beb8a894eb45237c.tar.xz |
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>
Diffstat (limited to 'drivers/slimbus')
-rw-r--r-- | drivers/slimbus/slimbus.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/slimbus/slimbus.h b/drivers/slimbus/slimbus.h index 6dbc2b320704..4399d1873e2d 100644 --- a/drivers/slimbus/slimbus.h +++ b/drivers/slimbus/slimbus.h @@ -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 * |