public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] virt/kvm: Replace "unsigned" with "unsigned int"
@ 2022-11-13  6:46 wangjianli
  2022-11-14 17:18 ` Sean Christopherson
  0 siblings, 1 reply; 2+ messages in thread
From: wangjianli @ 2022-11-13  6:46 UTC (permalink / raw)
  To: pbonzini; +Cc: kvm, linux-kernel, wangjianli

Replace "unsigned" with "unsigned int"

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
 virt/kvm/irqchip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virt/kvm/irqchip.c b/virt/kvm/irqchip.c
index 58e4f88b2b9f..eefea6a650fb 100644
--- a/virt/kvm/irqchip.c
+++ b/virt/kvm/irqchip.c
@@ -38,7 +38,7 @@ int kvm_irq_map_gsi(struct kvm *kvm,
 	return n;
 }
 
-int kvm_irq_map_chip_pin(struct kvm *kvm, unsigned irqchip, unsigned pin)
+int kvm_irq_map_chip_pin(struct kvm *kvm, unsigned int irqchip, unsigned int pin)
 {
 	struct kvm_irq_routing_table *irq_rt;
 
-- 
2.36.1


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

end of thread, other threads:[~2022-11-14 17:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-13  6:46 [PATCH] virt/kvm: Replace "unsigned" with "unsigned int" wangjianli
2022-11-14 17:18 ` Sean Christopherson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox