Re: [PATCH 1/3] slimbus: fix kerneldoc comments

From: Srinivas Kandagatla
Date: Thu Jun 20 2019 - 04:53:07 EST




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 <corbet@xxxxxxx>

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@xxxxxxx>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx>
---
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