mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] alpha: kernel: space required after that ','
       [not found] <tencent_E4D5629822712868D089ED4E87CF3C205206@qq.com>
@ 2023-07-13  8:04 ` hanyu001
  0 siblings, 0 replies; only message in thread
From: hanyu001 @ 2023-07-13  8:04 UTC (permalink / raw)
  To: richard.henderson, ink; +Cc: linux-alpha, linux-kernel

This patch fixes the checkpatch.pl error:

arch/alpha/kernel/core_cia.c:387: ERROR: space required after that ',' 
(ctx:VxV)

Signed-off-by: maqimei <2433033762@qq.com>
---
  arch/alpha/kernel/core_cia.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/alpha/kernel/core_cia.c b/arch/alpha/kernel/core_cia.c
index 12926e9..2779441 100644
--- a/arch/alpha/kernel/core_cia.c
+++ b/arch/alpha/kernel/core_cia.c
@@ -384,7 +384,7 @@ struct pci_ops cia_pci_ops =
      *(vip)CIA_IOC_TB_TAGn(5) = 0;
      *(vip)CIA_IOC_TB_TAGn(6) = 0;
      *(vip)CIA_IOC_TB_TAGn(7) = 0;
-    *(vip)CIA_IOC_TBn_PAGEm(0,0) = pte0;
+    *(vip)CIA_IOC_TBn_PAGEm(0, 0) = pte0;
      *(vip)CIA_IOC_TBn_PAGEm(0,1) = 0;
      *(vip)CIA_IOC_TBn_PAGEm(0,2) = 0;
      *(vip)CIA_IOC_TBn_PAGEm(0,3) = 0;

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <tencent_E4D5629822712868D089ED4E87CF3C205206@qq.com>
2023-07-13  8:04 ` [PATCH] alpha: kernel: space required after that ',' hanyu001

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®