[U-Boot] [PATCH] kernel-doc: Adjust "/**" comment for non-kernel-doc content.
Robert P. J. Day
rpjday at crashcourse.ca
Sun May 22 14:58:10 CEST 2016
Don't use /** openings for non-kernel-doc content, as it breaks the
processing of that file.
Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>
---
diff --git a/include/linker_lists.h b/include/linker_lists.h
index 76898ab..731ec29 100644
--- a/include/linker_lists.h
+++ b/include/linker_lists.h
@@ -21,7 +21,7 @@
#if !defined(__ASSEMBLY__)
-/**
+/*
* A linker list is constructed by grouping together linker input
* sections, each containing one entry of the list. Each input section
* contains a constant initialized variable which holds the entry's
@@ -173,7 +173,7 @@
__attribute__((unused, \
section(".u_boot_list_2_"#_list"_2_"#_name)))
-/**
+/*
* We need a 0-byte-size type for iterator symbols, and the compiler
* does not allow defining objects of C type 'void'. Using an empty
* struct is allowed by the compiler, but causes gcc versions 4.4 and
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
More information about the U-Boot
mailing list