readme: underscore to - on all title ids

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-08-13 02:00:01 +00:00
parent 2e47f4f894
commit 4f82f79be7
6 changed files with 16 additions and 10 deletions

View File

@@ -43,7 +43,7 @@
/* Function epilogue.
*
* https://cirosantilli.com/linux-kernel-module-cheat#x86_64-calling-convention
* https://cirosantilli.com/linux-kernel-module-cheat#x86-64-calling-convention
*/
#define LKMC_EPILOGUE \
add $8, %rsp; \
@@ -59,7 +59,7 @@
/* Function prologue.
*
* https://cirosantilli.com/linux-kernel-module-cheat#x86_64-calling-convention
* https://cirosantilli.com/linux-kernel-module-cheat#x86-64-calling-convention
*/
#define LKMC_PROLOGUE \
.text; \