[PATCH] mm/damon/ops-common: (fixup) remove unnecessary blank line
From: SeongJae Park
Date: Mon Apr 27 2026 - 11:05:09 EST
Two blank lines are unnecessary.
The issue was discovered [1] by Sashiko.
[1] https://lore.kernel.org/20260426232811.618BFC2BCAF@xxxxxxxxxxxxxxx
Signed-off-by: SeongJae Park <sj@xxxxxxxxxx>
---
mm/damon/ops-common.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/mm/damon/ops-common.c b/mm/damon/ops-common.c
index 3a0ddc3ac7196..b2ce817f33c53 100644
--- a/mm/damon/ops-common.c
+++ b/mm/damon/ops-common.c
@@ -123,7 +123,6 @@ int damon_hot_score(struct damon_ctx *c, struct damon_region *r,
else
age_in_log = 0;
-
/* If frequency is 0, higher age means it's colder */
if (freq_subscore == 0)
age_in_log *= -1;
--
2.47.3