From: hanyu001@208suo.com
To: yazen.ghannam@amd.com, bp@alien8.de, tony.luck@intel.com,
james.morse@arm.com, mchehab@kernel.org, rric@kernel.org
Cc: linux-kernel@vger.kernel.org, linux-edac@vger.kernel.org
Subject: [PATCH] drivers/edac: amd64_edac: Add space after ','
Date: Fri, 14 Jul 2023 10:11:45 +0800 [thread overview]
Message-ID: <f26979e296237d188d4035e3eb6e9ea0@208suo.com> (raw)
In-Reply-To: <tencent_542F76295685CA05E1D9B274D0CE0B21450A@qq.com>
Fix a warning from checkpatch.pl.
drivers/edac/amd64_edac.c:413: ERROR: space required after that ','
(ctx:VxV)
drivers/edac/amd64_edac.c:413: ERROR: space required after that ','
(ctx:VxV)
drivers/edac/amd64_edac.c:416: ERROR: space required after that ','
(ctx:VxV)
drivers/edac/amd64_edac.c:416: ERROR: space required after that ','
(ctx:VxV)
Signed-off-by: maqimei <2433033762@qq.com>
---
drivers/edac/amd64_edac.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/edac/amd64_edac.c b/drivers/edac/amd64_edac.c
index 5d7c080..ddb9bf3 100644
--- a/drivers/edac/amd64_edac.c
+++ b/drivers/edac/amd64_edac.c
@@ -410,10 +410,10 @@ static void get_cs_base_and_mask(struct amd64_pvt
*pvt, int csrow, u8 dct,
if (pvt->fam == 0x15)
base_bits = mask_bits =
- GENMASK_ULL(30,19) | GENMASK_ULL(13,5);
+ GENMASK_ULL(30, 19) | GENMASK_ULL(13, 5);
else
base_bits = mask_bits =
- GENMASK_ULL(28,19) | GENMASK_ULL(13,5);
+ GENMASK_ULL(28, 19) | GENMASK_ULL(13, 5);
}
*base = (csbase & base_bits) << addr_shift;
parent reply other threads:[~2023-07-14 2:11 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <tencent_542F76295685CA05E1D9B274D0CE0B21450A@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=f26979e296237d188d4035e3eb6e9ea0@208suo.com \
--to=hanyu001@208suo.com \
--cc=bp@alien8.de \
--cc=james.morse@arm.com \
--cc=linux-edac@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=rric@kernel.org \
--cc=tony.luck@intel.com \
--cc=yazen.ghannam@amd.com \
/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®