On Fri, 3 Apr 2020 11:36:17 +0200 Ricardo Cañuelo <ricardo.canuelo@xxxxxxxxxxxxx> wrote: > Add kerneldocs comments to the pr_*() macros in printk.h. > > Add a new rst node in the core-api manual describing the basic usage of > printk and the related macro aliases. > > Signed-off-by: Ricardo Cañuelo <ricardo.canuelo@xxxxxxxxxxxxx> > --- > Changes in v3: > - @... varargs documentation in printk.h kerneldocs > - Group all printk.h function references in a single <.. kernel-doc> ref in > printk-formats.rst > > Documentation/core-api/index.rst | 1 + > Documentation/core-api/printk-basics.rst | 115 ++++++++++++++++++++++ > Documentation/core-api/printk-formats.rst | 2 + > include/linux/printk.h | 112 ++++++++++++++++++--- > 4 files changed, 218 insertions(+), 12 deletions(-) > create mode 100644 Documentation/core-api/printk-basics.rst I've applied this, thanks. jon