lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1e0ccf1c75db4c62a22487b2e4a7d5c7@208suo.com>
Date:   Fri, 21 Jul 2023 08:33:48 +0000
From:   sunran001@...suo.com
To:     tglx@...utronix.de, mingo@...hat.com, bp@...en8.de,
        dave.hansen@...ux.intel.com, x86@...nel.org
Cc:     linux-kernel@...r.kernel.org
Subject: [PATCH] x86/apic/msi: space required before the open parenthesis '('

ERROR: space required before the open parenthesis '('

Signed-off-by: Ran Sun <sunran001@...suo.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;

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ