Re: [PATCH v5 2/7] s390/percpu: Add missing do { } while (0) constructs
From: Alexander Gordeev
Date: Mon Jun 01 2026 - 03:25:31 EST
On Tue, May 26, 2026 at 07:56:57AM +0200, Heiko Carstens wrote:
> Add missing do { } while (0) constructs in order to avoid potential
> build failures.
>
> Reported-by: Sashiko <sashiko-bot@xxxxxxxxxx>
> Closes: https://sashiko.dev/#/patchset/20260319120503.4046659-1-hca%40linux.ibm.com
> Signed-off-by: Heiko Carstens <hca@xxxxxxxxxxxxx>
> ---
> arch/s390/include/asm/percpu.h | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Alexander Gordeev <agordeev@xxxxxxxxxxxxx>