On Wed, Sep 19, 2018 at 08:02:46AM +1000, Tobin C. Harding wrote: > On Tue, Sep 18, 2018 at 03:38:49PM +0200, Greg Kroah-Hartman wrote: > > On Wed, Sep 12, 2018 at 05:50:44PM +1000, Tobin C. Harding wrote: > > > Currently extracting the kernel-docs causes a six warnings of type > > > > > > warning: Function parameter or member 'foo' not described in 'bar' > > > > > > Add function parameter descriptions to the function kernel-docs. > > > > > > Signed-off-by: Tobin C. Harding <me@xxxxxxxx> > > > --- > > > drivers/tty/tty_port.c | 6 ++++++ > > > 1 file changed, 6 insertions(+) > > > > As I didn't take patch 2/3, this one doesn't apply :( > > Oh I thought this whole set would have been ignored because of comments > on it. Not at all, kerneldoc cleanups are great to have! > I've been working on doing these changes for all of drivers/tty/ That's good, it needs it, thanks. greg k-h