diff mbox series

[v1] x86/hvm/ioreq: remove empty line after function declaration

Message ID 20230525152527.10281-1-olaf@aepfle.de (mailing list archive)
State New, archived
Headers show
Series [v1] x86/hvm/ioreq: remove empty line after function declaration | expand

Commit Message

Olaf Hering May 25, 2023, 3:25 p.m. UTC
Introduced in commit 6ddfaabceeec3c31bc97a7208c46f581de55f71d
("x86/hvm/ioreq: simplify code and use consistent naming").

Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
 xen/arch/x86/hvm/ioreq.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Paul Durrant May 25, 2023, 4:32 p.m. UTC | #1
On 25/05/2023 16:25, Olaf Hering wrote:
> Introduced in commit 6ddfaabceeec3c31bc97a7208c46f581de55f71d
> ("x86/hvm/ioreq: simplify code and use consistent naming").
> 
> Signed-off-by: Olaf Hering <olaf@aepfle.de>
> ---
>   xen/arch/x86/hvm/ioreq.c | 1 -
>   1 file changed, 1 deletion(-)
> 

Reviewed-by: Paul Durrant <paul@xen.org>
diff mbox series

Patch

diff --git a/xen/arch/x86/hvm/ioreq.c b/xen/arch/x86/hvm/ioreq.c
index 20dbb4c8cf..4eb7a70182 100644
--- a/xen/arch/x86/hvm/ioreq.c
+++ b/xen/arch/x86/hvm/ioreq.c
@@ -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;