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@xxxxxxxxx> > --- > drivers/w1/masters/ds2482.c | 94 ++++++++++++++++++------------------- > 1 file changed, 47 insertions(+), 47 deletions(-) Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Tested-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> thanks. -- ~Randy