mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
hw/ppc/spapr: Fix code style problems reported by checkpatch
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com> Signed-off-by: Bernhard Beschow <shentey@gmail.com> Message-Id: <20220919231720.163121-5-shentey@gmail.com> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
This commit is contained in:
parent
90865af7d9
commit
6b5cf264ee
1 changed files with 3 additions and 2 deletions
|
@ -848,7 +848,8 @@ static inline uint64_t ppc64_phys_to_real(uint64_t addr)
|
||||||
|
|
||||||
static inline uint32_t rtas_ld(target_ulong phys, int n)
|
static inline uint32_t rtas_ld(target_ulong phys, int n)
|
||||||
{
|
{
|
||||||
return ldl_be_phys(&address_space_memory, ppc64_phys_to_real(phys + 4*n));
|
return ldl_be_phys(&address_space_memory,
|
||||||
|
ppc64_phys_to_real(phys + 4 * n));
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline uint64_t rtas_ldq(target_ulong phys, int n)
|
static inline uint64_t rtas_ldq(target_ulong phys, int n)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue