mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: hanyu001@208suo.com
To: richard.henderson@linaro.org, ink@jurassic.park.msu.ru
Cc: linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] alpha: kernel: space required after that ','
Date: Thu, 13 Jul 2023 16:04:43 +0800	[thread overview]
Message-ID: <220676d36f87a4cca94ed871ca818bf4@208suo.com> (raw)
In-Reply-To: <tencent_E4D5629822712868D089ED4E87CF3C205206@qq.com>

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;

           reply	other threads:[~2023-07-13  8:07 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <tencent_E4D5629822712868D089ED4E87CF3C205206@qq.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=220676d36f87a4cca94ed871ca818bf4@208suo.com \
    --to=hanyu001@208suo.com \
    --cc=ink@jurassic.park.msu.ru \
    --cc=linux-alpha@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=richard.henderson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®