w1: ds2482: fix kernel-doc syntax in file
authorAditya Srivastava <yashsri421@gmail.com>
Sun, 23 May 2021 15:01:22 +0000 (20:31 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 May 2021 07:11:05 +0000 (09:11 +0200)
commit601a6887999338ec4209b76787e3aaa8fc810d3c
tree194c503f6ff12793b8c162ea1804f298b532a23a
parent281e468446994a7672733af2bf941f4110d4a895
w1: ds2482: fix kernel-doc syntax in file

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.

Tested-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Aditya Srivastava <yashsri421@gmail.com>
Link: https://lore.kernel.org/r/20210523150122.21160-1-yashsri421@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/w1/masters/ds2482.c