On 20/06/2019 09:46, Greg KH wrote:
On Thu, Jun 20, 2019 at 09:11:27AM +0100, Srinivas Kandagatla wrote:
From: Jonathan Corbet <[email protected]>
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 <[email protected]>
Signed-off-by: Srinivas Kandagatla <[email protected]>
---
drivers/slimbus/stream.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Turns out this was already in my tree :)
Ah, I should have rebased it on top of char-misc!
Also, when sending out patches, be sure to cc: the authors, no need to
suppress that in git send-email.
Sure, I will keep that in mind!
thanks,
srini
thanks,
greg k-h