Messages in this thread |  | | Subject | Re: [PATCH] w1: ds2482: fix kernel-doc syntax in file | From | Randy Dunlap <> | Date | Sun, 23 May 2021 09:02:52 -0700 |
| |
On 5/23/21 8:01 AM, Aditya Srivastava wrote: > The opening comment mark '/**' is used for highlighting the beginning of > kernel-doc comments. > The comments for drivers/w1/masters/ds2482.c follows this syntax, but > the content inside does not comply with kernel-doc. > > Similarly, the syntax for function and arguments declaration as well. > > Fix all such occurrences appropriately. > > Signed-off-by: Aditya Srivastava <yashsri421@gmail.com> > --- > drivers/w1/masters/ds2482.c | 94 ++++++++++++++++++------------------- > 1 file changed, 47 insertions(+), 47 deletions(-)
Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Randy Dunlap <rdunlap@infradead.org>
thanks. -- ~Randy
|  |