]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
slimbus: fix kerneldoc comments
authorJonathan Corbet <corbet@lwn.net>
Fri, 24 May 2019 20:57:40 +0000 (14:57 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Jun 2019 16:44:21 +0000 (18:44 +0200)
commit2f0f2441b4a10948e2ec042b48fef13680387f7c
treeeb483aabe5aba7e7c5bfe7c91498bd730ed1685a
parentee3095c194c59a7a9978bfba707021cd05daf9ec
slimbus: fix kerneldoc comments

The kerneldoc comments in drivers/slimbus/stream.c were not properly
formatted, leading to a distinctly unsatisfying "no structured comments
found" warning in the docs build.  Sprinkle some asterisks around so that
the comments will be properly recognized.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/slimbus/stream.c