[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YpcU7qeOtShFx8xR@debian.me>
Date: Wed, 1 Jun 2022 14:27:42 +0700
From: Bagas Sanjaya <bagasdotme@...il.com>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: linux-doc@...r.kernel.org, kernel test robot <lkp@...el.com>,
Nikolai Kondrashov <spbnick@...il.com>,
Jiri Kosina <jikos@...nel.org>,
Benjamin Tissoires <benjamin.tissoires@...hat.com>,
José Expósito <jose.exposito89@...il.com>,
llvm@...ts.linux.dev, stable@...r.kernel.org,
linux-input@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] HID: uclogic: properly format kernel-doc comment for
hid_dbg() wrappers
> One note (nit) below:
>
> > drivers/hid/hid-uclogic-params.c | 24 ++++++++++++++----------
> > 1 file changed, 14 insertions(+), 10 deletions(-)
> >
> > diff --git a/drivers/hid/hid-uclogic-params.c b/drivers/hid/hid-uclogic-params.c
> > index db838f16282d64..647bbd3e000e2f 100644
> > --- a/drivers/hid/hid-uclogic-params.c
> > +++ b/drivers/hid/hid-uclogic-params.c
> > @@ -23,11 +23,11 @@
> > /**
> > * uclogic_params_pen_inrange_to_str() - Convert a pen in-range reporting type
> > * to a string.
> > - *
> > * @inrange: The in-range reporting type to convert.
> > *
> > - * Returns:
> > - * The string representing the type, or NULL if the type is unknown.
> > + * Return:
> > + * * The string representing the type, or
> > + * * NULL if the type is unknown.
>
> %NULL
> would be better here, but not required.
>
Hi Randy,
I don't see %NULL in Documentation/ (I git-grep-ed it but none found).
What should I do when I have to explain NULL in Return: section of
kernel-doc comment?
--
An old man doll... just what I always wanted! - Clara
Powered by blists - more mailing lists