linux/scripts/atomic/fallbacks
Mark Rutland 14d72d4b6f locking/atomic: remove fallback comments
Currently a subset of the fallback templates have kerneldoc comments,
resulting in a haphazard set of generated kerneldoc comments as only
some operations have fallback templates to begin with.

We'd like to generate more consistent kerneldoc comments, and to do so
we'll need to restructure the way the fallback code is generated.

To minimize churn and to make it easier to restructure the fallback
code, this patch removes the existing kerneldoc comments from the
fallback templates. We can add new kerneldoc comments in subsequent
patches.

There should be no functional change as a result of this patch.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20230605070124.3741859-3-mark.rutland@arm.com
2023-06-05 09:57:13 +02:00
..
acquire locking/atomic: remove ARCH_ATOMIC remanants 2021-07-16 18:46:44 +02:00
add_negative locking/atomic: remove fallback comments 2023-06-05 09:57:13 +02:00
add_unless locking/atomic: remove fallback comments 2023-06-05 09:57:13 +02:00
andnot locking/atomic: remove ARCH_ATOMIC remanants 2021-07-16 18:46:44 +02:00
dec locking/atomic: remove ARCH_ATOMIC remanants 2021-07-16 18:46:44 +02:00
dec_and_test locking/atomic: remove fallback comments 2023-06-05 09:57:13 +02:00
dec_if_positive locking/atomic: remove ARCH_ATOMIC remanants 2021-07-16 18:46:44 +02:00
dec_unless_positive locking/atomic: remove ARCH_ATOMIC remanants 2021-07-16 18:46:44 +02:00
fence locking/atomic: remove ARCH_ATOMIC remanants 2021-07-16 18:46:44 +02:00
fetch_add_unless locking/atomic: remove fallback comments 2023-06-05 09:57:13 +02:00
inc locking/atomic: remove ARCH_ATOMIC remanants 2021-07-16 18:46:44 +02:00
inc_and_test locking/atomic: remove fallback comments 2023-06-05 09:57:13 +02:00
inc_not_zero locking/atomic: remove fallback comments 2023-06-05 09:57:13 +02:00
inc_unless_negative locking/atomic: remove ARCH_ATOMIC remanants 2021-07-16 18:46:44 +02:00
read_acquire atomics: Fix atomic64_{read_acquire,set_release} fallbacks 2022-02-11 12:13:56 +01:00
release locking/atomic: remove ARCH_ATOMIC remanants 2021-07-16 18:46:44 +02:00
set_release atomics: Fix atomic64_{read_acquire,set_release} fallbacks 2022-02-11 12:13:56 +01:00
sub_and_test locking/atomic: remove fallback comments 2023-06-05 09:57:13 +02:00
try_cmpxchg locking/atomic: remove ARCH_ATOMIC remanants 2021-07-16 18:46:44 +02:00