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. I've been working on doing these changes for all of drivers/tty/ Thanks for reviewing and taking the first patch. I'll be sure to rebase. thanks, Tobin.