@@ -46,10 +46,12 @@ You can however build a kernel targeted at 32bit on a 64bit host.
FAQs:
-----
-Q: I get a section type attribute conflict
-A: Usually because of someone doing
-const __initdata (should be const __initconst) or const __read_mostly
-(should be just const). Check both symbols reported by gcc.
+
+* I get a section type attribute conflict
+
+ Usually because of someone doing const __initdata (should be
+ const __initconst) or const __read_mostly (should be just const). Check
+ both symbols reported by gcc.
References:
-----------
The only FAQ item is rendered as a continuous paragraph, although it is formatted as Q&A field pair. Use bullet list instead, as in other FAQs in kernel documentation. Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> --- Documentation/kbuild/lto-build.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-)