Re: [PATCH] mm: use PAGE_ALIGNED instead of IS_ALIGNED
From: Muchun Song
Date: Thu May 26 2022 - 10:55:07 EST
On Thu, May 26, 2022 at 10:02:57PM +0800, bh1scw@xxxxxxxxx wrote:
> From: Fanjun Kong <bh1scw@xxxxxxxxx>
>
> 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 <bh1scw@xxxxxxxxx>
Acked-by: Muchun Song <songmuchun@xxxxxxxxxxxxx>
Thanks.