mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] x86/pci:Fix errors in ce4100.c
       [not found] <tencent_9BFBD2DD48250CEC69579ED53FF756022B05@qq.com>
@ 2023-07-12  1:54 ` shijie001
  0 siblings, 0 replies; only message in thread
From: shijie001 @ 2023-07-12  1:54 UTC (permalink / raw)
  To: tglx, mingo, bp, dave.hansen; +Cc: linux-pci, linux-kernel, hpa

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

Signed-off-by: Jie Shi <shijie001@208suo.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)

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

only message in thread, other threads:[~2023-07-12  1:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <tencent_9BFBD2DD48250CEC69579ED53FF756022B05@qq.com>
2023-07-12  1:54 ` [PATCH] x86/pci:Fix errors in ce4100.c shijie001

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®