Re: [PATCH v2 20/27] staging: unisys: visorbus: make visorchannel function descriptions more kerneldoc-like

From: Thomas Gleixner
Date: Wed Jun 01 2016 - 02:45:33 EST




On Tue, 31 May 2016, David Kershner wrote:

> From: David Binder <david.binder@xxxxxxxxxx>
>
> Per audit feedback from Thomas Gleixner, function descriptions in
> visorchannel.c now utilize a more kerneldoc-like formatting. The affected
> comments do not implement other kerneldoc requirements.

That was not my feedback. If you start a comment with '/**' then it should be
a kernel-doc function/struct documentation. If not then it starts with '/*'.

Thanks,

tglx