]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw: misc: edu: rename local vars in edu_check_range
authorChris Friedt <chrisfriedt@gmail.com>
Tue, 18 Oct 2022 12:25:50 +0000 (08:25 -0400)
committerThomas Huth <thuth@redhat.com>
Tue, 30 Apr 2024 04:21:47 +0000 (06:21 +0200)
commit3e64d7d7b8761107c39cc03da2d031d1d6f6912a
tree9e041abbcf51e3dba571cbcd626749617f8a5eaa
parent69826741593644f6e9ee735cff37599c33764d67
hw: misc: edu: rename local vars in edu_check_range

This serves to make the local variables a bit less ambiguous.

The latter two arguments are named to match DMA_START, and
DMA_SIZE.

Signed-off-by: Chris Friedt <cfriedt@meta.com>
Message-ID: <20221018122551.94567-2-cfriedt@meta.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/misc/edu.c