Randy Dunlap <rdunlap@xxxxxxxxxxxxx> writes: > Use the documented kernel-doc format for function Return: descriptions. > Begin constant values in kernel-doc comments with '%'. > > Remove kernel-doc "/**" from 2 functions that are not documented with > kernel-doc notation. > > Fix typos, punctuation, & grammar. > > Also fix a few kernel-doc warnings: > > ../fs/eventpoll.c:1883: warning: Function parameter or member 'ep' not described in 'ep_loop_check_proc' > ../fs/eventpoll.c:1883: warning: Excess function parameter 'priv' description in 'ep_loop_check_proc' > ../fs/eventpoll.c:1932: warning: Function parameter or member 'ep' not described in 'ep_loop_check' > ../fs/eventpoll.c:1932: warning: Excess function parameter 'from' description in 'ep_loop_check' > > Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > Cc: Jonathan Corbet <corbet@xxxxxxx> > Cc: linux-doc@xxxxxxxxxxxxxxx > Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > Cc: Alexander Viro <viro@xxxxxxxxxxxxxxxxxx> > --- > Jon: Al says that he is OK with one of you merging this fs/ > (only comments) patch. > > fs/eventpoll.c | 52 +++++++++++++++++++++++------------------------ > 1 file changed, 26 insertions(+), 26 deletions(-) Both patches applied, thanks. jon