All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] x86/hvm/ioreq: remove empty line after function declaration
@ 2023-05-25 15:25 Olaf Hering
  2023-05-25 16:32 ` Paul Durrant
  0 siblings, 1 reply; 2+ messages in thread
From: Olaf Hering @ 2023-05-25 15:25 UTC (permalink / raw)
  To: xen-devel
  Cc: Paul Durrant, Jan Beulich, Andrew Cooper, Roger Pau Monné, Wei Liu

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(-)

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;


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v1] x86/hvm/ioreq: remove empty line after function declaration
  2023-05-25 15:25 [PATCH v1] x86/hvm/ioreq: remove empty line after function declaration Olaf Hering
@ 2023-05-25 16:32 ` Paul Durrant
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Durrant @ 2023-05-25 16:32 UTC (permalink / raw)
  To: Olaf Hering, xen-devel
  Cc: Jan Beulich, Andrew Cooper, Roger Pau Monné, Wei Liu

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>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-25 16:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-25 15:25 [PATCH v1] x86/hvm/ioreq: remove empty line after function declaration Olaf Hering
2023-05-25 16:32 ` Paul Durrant

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.