mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] x86/apic/msi: space required before the open parenthesis '('
       [not found] <20230721083213.6036-1-xujianghui@cdjrlc.com>
@ 2023-07-21  8:33 ` sunran001
  0 siblings, 0 replies; only message in thread
From: sunran001 @ 2023-07-21  8:33 UTC (permalink / raw)
  To: tglx, mingo, bp, dave.hansen, x86; +Cc: linux-kernel

ERROR: space required before the open parenthesis '('

Signed-off-by: Ran Sun <sunran001@208suo.com>
---
  arch/x86/kernel/apic/msi.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/apic/msi.c b/arch/x86/kernel/apic/msi.c
index 35d5b8fb18ef..cd565f253dcd 100644
--- a/arch/x86/kernel/apic/msi.c
+++ b/arch/x86/kernel/apic/msi.c
@@ -227,7 +227,7 @@ static bool x86_init_dev_msi_info(struct device 
*dev, struct irq_domain *domain,
  	}

  	/* Is the target supported? */
-	switch(info->bus_token) {
+	switch (info->bus_token) {
  	case DOMAIN_BUS_PCI_DEVICE_MSI:
  	case DOMAIN_BUS_PCI_DEVICE_MSIX:
  		break;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-21  8:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230721083213.6036-1-xujianghui@cdjrlc.com>
2023-07-21  8:33 ` [PATCH] x86/apic/msi: space required before the open parenthesis '(' sunran001

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

all inboxes | Powered by JetHome®