On Thu, Jun 20, 2019 at 09:11:27AM +0100, Srinivas Kandagatla wrote:Ah, I should have rebased it on top of char-misc!
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 :)
Also, when sending out patches, be sure to cc: the authors, no need toSure, I will keep that in mind!
suppress that in git send-email.
thanks,
greg k-h