Skip to content

Commit

Permalink
util/arm_einj.py: fix a typo at virt-addr
Browse files Browse the repository at this point in the history
Typo: QAPI parameter is virt-addr.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
  • Loading branch information
mchehab committed Jul 10, 2024
1 parent 187cae5 commit 8e9ab68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/arm_einj.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def __init__(self, args=None, arm=None):
suffixes=["-error", "-cap"])
get_mult_int(pei, "multiple-error", args.multiple_error)
get_mult_int(pei, "phy-addr", args.physical_address)
get_mult_int(pei, "vir-addr", args.virtual_address)
get_mult_int(pei, "virt-addr", args.virtual_address)

# Handle context
get_mult_int(ctx, "type", args.ctx_type, allow_zero=True)
Expand Down

0 comments on commit 8e9ab68

Please sign in to comment.