]> xenbits.xensource.com Git - xen.git/commitdiff
x86/hvm/ioreq: remove empty line after function declaration
authorOlaf Hering <olaf@aepfle.de>
Fri, 26 May 2023 07:19:57 +0000 (09:19 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 26 May 2023 07:19:57 +0000 (09:19 +0200)
Introduced in commit 6ddfaabceeec3c31bc97a7208c46f581de55f71d
("x86/hvm/ioreq: simplify code and use consistent naming").

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Reviewed-by: Paul Durrant <paul@xen.org>
xen/arch/x86/hvm/ioreq.c

index 20dbb4c8cfb4fd16180e1db017830460870a65ac..4eb7a70182ab31fbb541bc4b82767d73ae781b2d 100644 (file)
@@ -169,7 +169,6 @@ static int hvm_map_ioreq_gfn(struct ioreq_server *s, bool buf)
 }
 
 static void hvm_remove_ioreq_gfn(struct ioreq_server *s, bool buf)
-
 {
     struct domain *d = s->target;
     struct ioreq_page *iorp = buf ? &s->bufioreq : &s->ioreq;