readme: convert underscores to hyphens on all header IDs

GitHub converts differently than asciidoctor... the only way to keep
them consistent is to explicitly set IDs.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-11-14 00:00:00 +00:00
parent 927c7851b5
commit 2b0a5724a7
16 changed files with 67 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
/* https://cirosantilli.com/linux-kernel-module-cheat#dump_stack */
/* https://cirosantilli.com/linux-kernel-module-cheat#dump-stack */
#include <linux/module.h>
#include <linux/kernel.h>

View File

@@ -1,4 +1,4 @@
/* https://cirosantilli.com/linux-kernel-module-cheat#init_module */
/* https://cirosantilli.com/linux-kernel-module-cheat#init-module */
#include <linux/module.h>
#include <linux/kernel.h>

View File

@@ -1,4 +1,4 @@
/* https://cirosantilli.com/linux-kernel-module-cheat#config_fortify_source */
/* https://cirosantilli.com/linux-kernel-module-cheat#config-fortify-source */
#include <linux/kernel.h>
#include <linux/module.h>

View File

@@ -1,4 +1,4 @@
/* https://cirosantilli.com/linux-kernel-module-cheat#module_info */
/* https://cirosantilli.com/linux-kernel-module-cheat#module-info */
#include <linux/module.h>
#include <linux/kernel.h>

View File

@@ -1,4 +1,4 @@
/* https://cirosantilli.com/linux-kernel-module-cheat#pr_debug */
/* https://cirosantilli.com/linux-kernel-module-cheat#pr-debug */
#include <linux/module.h>
#include <linux/kernel.h>

View File

@@ -1,4 +1,4 @@
/* https://cirosantilli.com/linux-kernel-module-cheat#pci_min */
/* https://cirosantilli.com/linux-kernel-module-cheat#pci-min */
#include <linux/cdev.h>
#include <linux/fs.h>

View File

@@ -1,4 +1,4 @@
/* https://cirosantilli.com/linux-kernel-module-cheat#seq_file */
/* https://cirosantilli.com/linux-kernel-module-cheat#seq-file */
#include <linux/debugfs.h>
#include <linux/errno.h> /* EFAULT */

View File

@@ -1,4 +1,4 @@
/* https://cirosantilli.com/linux-kernel-module-cheat#seq_file-single_open */
/* https://cirosantilli.com/linux-kernel-module-cheat#seq-file-single-open */
#include <linux/debugfs.h>
#include <linux/errno.h> /* EFAULT */

View File

@@ -1,4 +1,4 @@
/* https://cirosantilli.com/linux-kernel-module-cheat#config_fortify_source */
/* https://cirosantilli.com/linux-kernel-module-cheat#config-fortify-source */
#include <linux/kernel.h>
#include <linux/module.h>

View File

@@ -1,4 +1,4 @@
/* https://cirosantilli.com/linux-kernel-module-cheat#virt_to_phys */
/* https://cirosantilli.com/linux-kernel-module-cheat#virt-to-phys */
#include <asm/io.h> /* virt_to_phys */
#include <linux/debugfs.h>

View File

@@ -1,4 +1,4 @@
/* https://cirosantilli.com/linux-kernel-module-cheat#warn_on */
/* https://cirosantilli.com/linux-kernel-module-cheat#warn-on */
#include <linux/module.h>
#include <linux/kernel.h>