riscv: extable: use `ex` for `exception_table_entry`
authorJisheng Zhang <jszhang@kernel.org>
Thu, 18 Nov 2021 11:24:42 +0000 (19:24 +0800)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 6 Jan 2022 01:52:34 +0000 (17:52 -0800)
commit4c2e7ce8b9864fa1c5f9fc5ea19af11205730cd6
tree014cb765ef1c22423fa1caf44bccf13871a9282b
parentef127bca1129d3d15f909f9215b9431a2f67555a
riscv: extable: use `ex` for `exception_table_entry`

The var name "fixup" is a bit confusing, since this is a
exception_table_entry. Use "ex" instead  to refer to an entire entry.
In subsequent patches we'll use `fixup` to refer to the fixup
field specifically.

Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/mm/extable.c