diff options
author | Aditya Srivastava <yashsri421@gmail.com> | 2021-05-23 17:01:22 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-26 09:11:05 +0200 |
commit | 601a6887999338ec4209b76787e3aaa8fc810d3c (patch) | |
tree | 194c503f6ff12793b8c162ea1804f298b532a23a /Documentation/w1 | |
parent | misc: alcor_pci: fix inverted branch condition (diff) | |
download | linux-601a6887999338ec4209b76787e3aaa8fc810d3c.tar.xz linux-601a6887999338ec4209b76787e3aaa8fc810d3c.zip |
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>
Diffstat (limited to 'Documentation/w1')
0 files changed, 0 insertions, 0 deletions