Re: [PATCH v2 1/2] mm: khugepaged: use macro to align addresses

2021-04-07 Thread Yang Shi
On Tue, Apr 6, 2021 at 8:06 PM wrote: > > From: Yanfei Xu > > We could use macro to deal with the addresses which need to be aligned > to improve readability of codes. Reviewed-by: Yang Shi > > Signed-off-by: Yanfei Xu > --- > mm/khugepaged.c | 27 +-- > 1 file change

[PATCH v2 1/2] mm: khugepaged: use macro to align addresses

2021-04-06 Thread yanfei . xu
From: Yanfei Xu We could use macro to deal with the addresses which need to be aligned to improve readability of codes. Signed-off-by: Yanfei Xu --- mm/khugepaged.c | 27 +-- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/mm/khugepaged.c b/mm/khugepaged