linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next v2] EDAC/amd64: clean up some inconsistent indentings
@ 2023-04-04  2:25 Yang Li
  2023-04-04 15:36 ` Borislav Petkov
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2023-04-04  2:25 UTC (permalink / raw)
  To: yazen.ghannam
  Cc: bp, tony.luck, james.morse, mchehab, rric, linux-edac,
	linux-kernel, Yang Li, Abaci Robot

Use consistent indentation to improve the readability and eliminate
the below warning:

drivers/edac/amd64_edac.c:1279 umc_determine_edac_cap() warn: inconsistent indenting

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=4639
Fixes: f6a4b4a1aa16 ("EDAC/amd64: Split determine_edac_cap() into dct/umc functions")
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---

change in v2:
--According to yazen's suggestion, include a fixes tag and
  describe the changes in the commit message

 drivers/edac/amd64_edac.c | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/drivers/edac/amd64_edac.c b/drivers/edac/amd64_edac.c
index 6dad0f1064c0..5c4292e65b96 100644
--- a/drivers/edac/amd64_edac.c
+++ b/drivers/edac/amd64_edac.c
@@ -1276,19 +1276,19 @@ static unsigned long umc_determine_edac_cap(struct amd64_pvt *pvt)
 	u8 i, umc_en_mask = 0, dimm_ecc_en_mask = 0;
 	unsigned long edac_cap = EDAC_FLAG_NONE;
 
-		for_each_umc(i) {
-			if (!(pvt->umc[i].sdp_ctrl & UMC_SDP_INIT))
-				continue;
+	for_each_umc(i) {
+		if (!(pvt->umc[i].sdp_ctrl & UMC_SDP_INIT))
+			continue;
 
-			umc_en_mask |= BIT(i);
+		umc_en_mask |= BIT(i);
 
-			/* UMC Configuration bit 12 (DimmEccEn) */
-			if (pvt->umc[i].umc_cfg & BIT(12))
-				dimm_ecc_en_mask |= BIT(i);
-		}
+		/* UMC Configuration bit 12 (DimmEccEn) */
+		if (pvt->umc[i].umc_cfg & BIT(12))
+			dimm_ecc_en_mask |= BIT(i);
+	}
 
-		if (umc_en_mask == dimm_ecc_en_mask)
-			edac_cap = EDAC_FLAG_SECDED;
+	if (umc_en_mask == dimm_ecc_en_mask)
+		edac_cap = EDAC_FLAG_SECDED;
 
 	return edac_cap;
 }
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next v2] EDAC/amd64: clean up some inconsistent indentings
  2023-04-04  2:25 [PATCH -next v2] EDAC/amd64: clean up some inconsistent indentings Yang Li
@ 2023-04-04 15:36 ` Borislav Petkov
  0 siblings, 0 replies; 2+ messages in thread
From: Borislav Petkov @ 2023-04-04 15:36 UTC (permalink / raw)
  To: Yang Li
  Cc: yazen.ghannam, tony.luck, james.morse, mchehab, rric, linux-edac,
	linux-kernel, Abaci Robot

On Tue, Apr 04, 2023 at 10:25:57AM +0800, Yang Li wrote:
> Use consistent indentation to improve the readability and eliminate
> the below warning:
> 
> drivers/edac/amd64_edac.c:1279 umc_determine_edac_cap() warn: inconsistent indenting
> 
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=4639
> Fixes: f6a4b4a1aa16 ("EDAC/amd64: Split determine_edac_cap() into dct/umc functions")
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
> ---
> 
> change in v2:
> --According to yazen's suggestion, include a fixes tag and
>   describe the changes in the commit message
> 
>  drivers/edac/amd64_edac.c | 20 ++++++++++----------
>  1 file changed, 10 insertions(+), 10 deletions(-)

Applied, thanks.

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-04 15:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-04  2:25 [PATCH -next v2] EDAC/amd64: clean up some inconsistent indentings Yang Li
2023-04-04 15:36 ` Borislav Petkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).