2022-05-27 06:36:04

by Muchun Song

[permalink] [raw]
Subject: Re: [PATCH] x86/mm: use PAGE_ALIGNED instead of IS_ALIGNED

On Thu, May 26, 2022 at 10:21 PM <[email protected]> wrote:
>
> From: Fanjun Kong <[email protected]>
>
> The <linux/mm.h> already provides the PAGE_ALIGNED macro. Let's
> use this macro instead of IS_ALIGNED and passing PAGE_SIZE directly.
>
> Signed-off-by: Fanjun Kong <[email protected]>

Reviewed-by: Muchun Song <[email protected]>