commit | 15d737f8a14e73fcf25f6f797630279a203ce99c | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <[email protected]> | Tue Jun 23 09:09:04 2020 +0200 |
committer | Jonathan Corbet <[email protected]> | Fri Jun 26 10:01:08 2020 -0600 |
tree | bb05e2be54a1b4755f8a9f7a636d41c933fbafd6 | |
parent | 21b9cb34385d93d661a9134adf19eae2bd734218 [diff] |
kcsan: fix a kernel-doc warning One of the kernel-doc markups there have two "note" sections: ./include/linux/kcsan-checks.h:346: warning: duplicate section name 'Note' While this is not the case here, duplicated sections can cause build issues on Sphinx. So, let's change the notes section to use, instead, a list for those 2 notes at the same function. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Acked-by: Marco Elver <[email protected]> Link: https://lore.kernel.org/r/20f7995fab2ba85ce723203e9a7c822a55cca2af.1592895969.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <[email protected]>