diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2019-03-21 21:47:25 +1100 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2019-04-26 10:42:38 +1000 |
commit | c995e942bf1e8bc9b6ab0dbc9ceae3e661e7af17 (patch) | |
tree | 987b13529e0427462c8fd26ea8f91ae67847bf7e /target/ppc/kvm_ppc.h | |
parent | c86f377c850a5217c32579a11aae05272f27b668 (diff) |
target/ppc: Style fixes for kvm_ppc.h and kvm.c
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Greg Kurz <groug@kaod.org>
Diffstat (limited to 'target/ppc/kvm_ppc.h')
-rw-r--r-- | target/ppc/kvm_ppc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/ppc/kvm_ppc.h b/target/ppc/kvm_ppc.h index 2c2ea30e87..22385134b4 100644 --- a/target/ppc/kvm_ppc.h +++ b/target/ppc/kvm_ppc.h @@ -117,7 +117,8 @@ static inline int kvmppc_get_hasidle(CPUPPCState *env) return 0; } -static inline int kvmppc_get_hypercall(CPUPPCState *env, uint8_t *buf, int buf_len) +static inline int kvmppc_get_hypercall(CPUPPCState *env, + uint8_t *buf, int buf_len) { return -1; } |