Re: [PATCH v9 01/12] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
From: Ankur Arora
Date: Tue Feb 10 2026 - 00:53:52 EST
Randy Dunlap <rdunlap@xxxxxxxxxxxxx> writes:
>> +/**
>> + * smp_cond_load_relaxed_timeout() - (Spin) wait for cond with no ordering
>> + * guarantees until a timeout expires.
>> + * @ptr: pointer to the variable to wait on.
>> + * @cond: boolean expression to wait for.
>
> s/cond/cond_expr/
Thanks! Well spotted.
--
ankur