mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] drivers/edac: amd64_edac: Add space after ','
       [not found] <tencent_542F76295685CA05E1D9B274D0CE0B21450A@qq.com>
@ 2023-07-14  2:11 ` hanyu001
  0 siblings, 0 replies; only message in thread
From: hanyu001 @ 2023-07-14  2:11 UTC (permalink / raw)
  To: yazen.ghannam, bp, tony.luck, james.morse, mchehab, rric
  Cc: linux-kernel, linux-edac

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;

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

only message in thread, other threads:[~2023-07-14  2:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <tencent_542F76295685CA05E1D9B274D0CE0B21450A@qq.com>
2023-07-14  2:11 ` [PATCH] drivers/edac: amd64_edac: Add space after ',' 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®