[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZlVrFUIFLxxDpyCo@liuwe-devbox-debian-v2>
Date: Tue, 28 May 2024 05:26:45 +0000
From: Wei Liu <wei.liu@...nel.org>
To: mhklinux@...look.com
Cc: haiyangz@...rosoft.com, wei.liu@...nel.org, decui@...rosoft.com,
linux-kernel@...r.kernel.org, linux-hyperv@...r.kernel.org,
david@...hat.com
Subject: Re: [PATCH v3 1/2] hv_balloon: Use kernel macros to simplify open
coded sequences
On Fri, May 03, 2024 at 08:43:11AM -0700, mhkelley58@...il.com wrote:
> From: Michael Kelley <mhklinux@...look.com>
>
> Code sequences equivalent to ALIGN(), ALIGN_DOWN(), and umin() are
> currently open coded. Change these to use the kernel macro to
> improve code clarity. ALIGN() and ALIGN_DOWN() require the
> alignment value to be a power of 2, which is the case here.
>
> Reviewed-by: David Hildenbrand <david@...hat.com>
> Signed-off-by: Michael Kelley <mhklinux@...look.com>
Applied. Thanks.
Powered by blists - more mailing lists