mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 03:01:36 +01:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user