diff options
| author | Kai Huang <kai.huang@intel.com> | 2026-03-20 10:59:38 +0300 |
|---|---|---|
| committer | Yury Norov <ynorov@nvidia.com> | 2026-03-23 20:33:51 +0300 |
| commit | f3e9c1138e9d20677ed085107cd2872d5218e3b1 (patch) | |
| tree | 6764c16c3d829db0f67c8b7e9abae2c1a429b8bd /include | |
| parent | 7b52b262f8a8cd96dac33721389a884420c18365 (diff) | |
| download | linux-f3e9c1138e9d20677ed085107cd2872d5218e3b1.tar.xz | |
asm-generic/bitops: Fix a comment typo in instrumented-atomic.h
The comment after the '#endif' at the end of the instrumented-atomic.h
is a typo. The "NON_ATOMIC" part should be "ATOMIC". Fix it.
Signed-off-by: Kai Huang <kai.huang@intel.com>
Signed-off-by: Yury Norov <ynorov@nvidia.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-generic/bitops/instrumented-atomic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/bitops/instrumented-atomic.h b/include/asm-generic/bitops/instrumented-atomic.h index 4225a8ca9c1a..c010d54275e4 100644 --- a/include/asm-generic/bitops/instrumented-atomic.h +++ b/include/asm-generic/bitops/instrumented-atomic.h @@ -100,4 +100,4 @@ static __always_inline bool test_and_change_bit(long nr, volatile unsigned long return arch_test_and_change_bit(nr, addr); } -#endif /* _ASM_GENERIC_BITOPS_INSTRUMENTED_NON_ATOMIC_H */ +#endif /* _ASM_GENERIC_BITOPS_INSTRUMENTED_ATOMIC_H */ |
