commit | 957cbca7317f7413e1bac555a6b567af06598b10 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Thu Dec 31 15:05:46 2020 +0000 |
committer | Marc Zyngier <maz@kernel.org> | Thu Dec 31 15:05:46 2020 +0000 |
tree | fb37a45b1e4879ae58203623c03b3563b682e65a | |
parent | 44362a3c353aeec5904c2ae6d1737f20fe7e9c79 [diff] |
KVM: arm64: Remove spurious semicolon in reg_to_encoding() Although not a problem right now, it flared up while working on some other aspects of the code-base. Remove the useless semicolon. Signed-off-by: Marc Zyngier <maz@kernel.org>