[<prev] [next>] [day] [month] [year] [list]
Message-ID: <PH0P220MB046007160DEDD6FFA11E4F52DDEF9@PH0P220MB0460.NAMP220.PROD.OUTLOOK.COM>
Date: Sun, 25 Dec 2022 15:07:53 +0200
From: Roi L <roeilev321_@...look.com>
To: tglx@...utronix.de
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] x86: kvm: Fixed a pointer coding style issue
Fixed a pointer coding style issue.
Signed-off-by: Roi L <roeilev321_@...look.com>
---
arch/x86/kvm/x86.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
index 312aea1854ae..6a10a4c79361 100644
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
@@ -12199,7 +12199,7 @@ void kvm_arch_sync_events(struct kvm *kvm)
* address, i.e. its accessibility is not guaranteed, and must be
* accessed via __copy_{to,from}_user().
*/
-void __user * __x86_set_memory_region(struct kvm *kvm, int id, gpa_t gpa,
+void __user *__x86_set_memory_region(struct kvm *kvm, int id, gpa_t gpa,
u32 size)
{
int i, r;
--
2.34.1
Powered by blists - more mailing lists