mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-30 05:24:25 +01:00
asm: fix some forgotten # comments, mostly migration bugs
This commit is contained in:
@@ -16,7 +16,7 @@ LKMC_PROLOGUE
|
||||
mov r0, 0xFF
|
||||
tst r0, 0x0F
|
||||
LKMC_ASSERT(bne)
|
||||
# r0 was not modified.
|
||||
/* r0 was not modified. */
|
||||
LKMC_ASSERT_EQ(r0, =0xFF)
|
||||
|
||||
LKMC_EPILOGUE
|
||||
|
||||
Reference in New Issue
Block a user