mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
readme: underscore to - on all title ids
This commit is contained in:
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user