Re: [PATCH] rcu: Make it stop complaining about docbook function-header comment

2018-06-25 Thread Paul E. McKenney
On Mon, Jun 25, 2018 at 03:26:55PM +0900, Byungchul Park wrote: > Running "make htmldocs" complains about the docbook function-header > comment. It wants the "irq" parameter described which wasn't done by > a commit 5e5ea52645b197 (rcu: Refactor rcu_{nmi,irq}_{enter,exit}()). > So add its descripti

[PATCH] rcu: Make it stop complaining about docbook function-header comment

2018-06-24 Thread Byungchul Park
Running "make htmldocs" complains about the docbook function-header comment. It wants the "irq" parameter described which wasn't done by a commit 5e5ea52645b197 (rcu: Refactor rcu_{nmi,irq}_{enter,exit}()). So add its description of the parameter to the comment. Suggested-by: Paul E. McKenney Sig