More Markdown repair.

This commit is contained in:
David Young
2019-12-20 11:34:40 -06:00
parent 9d41302c4d
commit 613b7373d1

View File

@@ -1,40 +1,31 @@
::: {.version}
<!-- ::: {.version}
4.10.0
:::
-->
::: {role="search"}
:::
:::
- [Linux kernel coding style](#)
- [1) Indentation](#indentation)
- [2) Breaking long lines and strings](#breaking-long-lines-and-strings)
- [3) Placing Braces and Spaces](#placing-braces-and-spaces)
- [3.1) Spaces](#spaces)
- [4) Naming](#naming)
- [5) Typedefs](#typedefs)
- [6) Functions](#functions)
- [7) Centralized exiting of functions](#centralized-exiting-of-functions)
- [8) Commenting](#commenting)
- [9) You've made a mess of it](#you-ve-made-a-mess-of-it)
- [10) Kconfig configuration files](#kconfig-configuration-files)
- [11) Data structures](#data-structures)
- [12) Macros, Enums and
RTL](#macros-enums-and-rtl)
- [13) Printing kernel
messages](#printing-kernel-messages)
- [14) Allocating memory](#allocating-memory)
- [15) The inline disease](#the-inline-disease)
- [16) Function return values and
names](#function-return-values-and-names)
- [17) Don't re-invent the kernel
macros](#don-t-re-invent-the-kernel-macros)
- [18) Editor modelines and other
cruft](#editor-modelines-and-other-cruft)
- [19) Inline assembly](#inline-assembly)
- [20) Conditional
Compilation](#conditional-compilation)
- [Appendix I) References](#appendix-i-references)
[Linux kernel coding style](#)
[1) Indentation](#indentation)
[2) Breaking long lines and strings](#breaking-long-lines-and-strings)
[3) Placing Braces and Spaces](#placing-braces-and-spaces)
[3.1) Spaces](#spaces)
[4) Naming](#naming)
[5) Typedefs](#typedefs)
[6) Functions](#functions)
[7) Centralized exiting of functions](#centralized-exiting-of-functions)
[8) Commenting](#commenting)
[9) You've made a mess of it](#you-ve-made-a-mess-of-it)
[10) Kconfig configuration files](#kconfig-configuration-files)
[11) Data structures](#data-structures)
[12) Macros, Enums and RTL](#macros-enums-and-rtl)
[13) Printing kernel messages](#printing-kernel-messages)
[14) Allocating memory](#allocating-memory)
[15) The inline disease](#the-inline-disease)
[16) Function return values and names](#function-return-values-and-names)
[17) Don't re-invent the kernel macros](#don-t-re-invent-the-kernel-macros)
[18) Editor modelines and other cruft](#editor-modelines-and-other-cruft)
[19) Inline assembly](#inline-assembly)
[20) Conditional Compilation](#conditional-compilation)
[Appendix I) References](#appendix-i-references)
------------------------------------------------------------------------