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: <d96ed681c938934e87beb65a6108d2a9@208suo.com>
Date:   Wed, 12 Jul 2023 09:54:13 +0800
From:   shijie001@...suo.com
To:     tglx@...utronix.de, mingo@...hat.com, bp@...en8.de,
        dave.hansen@...ux.intel.com
Cc:     linux-pci@...r.kernel.org, linux-kernel@...r.kernel.org,
        hpa@...or.com
Subject: [PATCH] x86/pci:Fix errors in ce4100.c

The following checkpatch errors are removed:
ERROR: space prohibited before that ',' (ctx:WxW)

Signed-off-by: Jie Shi <shijie001@...suo.com>
---
  arch/x86/pci/ce4100.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/pci/ce4100.c b/arch/x86/pci/ce4100.c
index 87313701f069..0ffb6563e429 100644
--- a/arch/x86/pci/ce4100.c
+++ b/arch/x86/pci/ce4100.c
@@ -113,7 +113,7 @@ static struct sim_dev_reg bus1_fixups[] = {
      DEFINE_REG(8, 0, 0x10, (1*MB), reg_init, reg_read, reg_write)
      DEFINE_REG(8, 1, 0x10, (64*KB), reg_init, reg_read, reg_write)
      DEFINE_REG(8, 2, 0x10, (64*KB), reg_init, reg_read, reg_write)
-    DEFINE_REG(9, 0, 0x10 , (1*MB), reg_init, reg_read, reg_write)
+    DEFINE_REG(9, 0, 0x10, (1*MB), reg_init, reg_read, reg_write)
      DEFINE_REG(9, 0, 0x14, (64*KB), reg_init, reg_read, reg_write)
      DEFINE_REG(10, 0, 0x10, (256), reg_init, reg_read, reg_write)
      DEFINE_REG(10, 0, 0x14, (256*MB), reg_init, reg_read, reg_write)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ