diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-09-02 13:19:06 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-09-02 13:19:36 +0300 |
| commit | 9398194058eeb365bfc985b31b4049ccfd44ac45 (patch) | |
| tree | b1de80a7dd3b2528457505b46355ca9d21130ad9 /arch/riscv64/kernel/regs.h | |
| parent | 66eaaba9703bcb062d2078aede3b85c4a6f3a485 (diff) | |
| download | kmi-9398194058eeb365bfc985b31b4049ccfd44ac45.tar.gz kmi-9398194058eeb365bfc985b31b4049ccfd44ac45.zip | |
fix documentation warnings
Diffstat (limited to 'arch/riscv64/kernel/regs.h')
| -rw-r--r-- | arch/riscv64/kernel/regs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv64/kernel/regs.h b/arch/riscv64/kernel/regs.h index f674f69..2c19092 100644 --- a/arch/riscv64/kernel/regs.h +++ b/arch/riscv64/kernel/regs.h @@ -7,7 +7,7 @@ /** * @file regs.h * riscv64 registers, currently only base extension integer regs. Used in - * _save_context. Used in \ref arch/riscv64/gen/asm-offsets.c to generate a list + * _save_context. Used in `arch/riscv64/gen/asm-offsets.c` to generate a list * of offsets usable from assembly. * * \todo Implement sacing floating point, vector, etc. registers. |
