]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
asm-generic/bitops: Fix a comment typo in instrumented-atomic.h
authorKai Huang <kai.huang@intel.com>
Fri, 20 Mar 2026 07:59:38 +0000 (20:59 +1300)
committerYury Norov <ynorov@nvidia.com>
Mon, 23 Mar 2026 17:33:51 +0000 (13:33 -0400)
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>
include/asm-generic/bitops/instrumented-atomic.h

index 4225a8ca9c1a03aeec525cfab96b589e44f9fcaa..c010d54275e4a0694855dba047c487cb7d237e6b 100644 (file)
@@ -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 */