On Thu, Jun 20, 2024 at 06:18:05PM +0000, Carlos Llamas wrote: > commit f92a59f6d12e31ead999fee9585471b95a8ae8a3 upstream. > > For ${atomic}_sub_and_test() the @i parameter is the value to subtract, > not add. Fix the typo in the kerneldoc template and generate the headers > with this update. > > Fixes: ad8110706f38 ("locking/atomic: scripts: generate kerneldoc comments") > Suggested-by: Mark Rutland <mark.rutland@xxxxxxx> > Signed-off-by: Carlos Llamas <cmllamas@xxxxxxxxxx> > Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx> > Acked-by: Mark Rutland <mark.rutland@xxxxxxx> > Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx> > Cc: stable@xxxxxxxxxxxxxxx > Link: https://lkml.kernel.org/r/20240515133844.3502360-1-cmllamas@xxxxxxxxxx > [cmllamas: generate headers with gen-atomics.sh] > Signed-off-by: Carlos Llamas <cmllamas@xxxxxxxxxx> > --- Now queued up, thanks. greg k-h