Re: [PATCH v2] sched/psi: fix memory barrier without comment warnings
From: Joe Perches
Date: Sat Oct 05 2024 - 09:29:18 EST
On Sat, 2024-10-05 at 18:46 +0530, Pintu Kumar wrote:
> These warnings were reported by checkpatch.
> Fix them with minor changes.
> No functional changes.
>
> WARNING: memory barrier without comment
> + t = smp_load_acquire(trigger_ptr);
>
> WARNING: memory barrier without comment
> + smp_store_release(&seq->private, new);
>
> Signed-off-by: Pintu Kumar <quic_pintu@xxxxxxxxxxx>
> Reviewed-by: Joe Perches <joe@xxxxxxxxxxx>
Please do not add signatures not given to you.