Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Kai Huang and committed by
Yury Norov
f3e9c113 7b52b262

+1 -1
+1 -1
include/asm-generic/bitops/instrumented-atomic.h
··· 100 100 return arch_test_and_change_bit(nr, addr); 101 101 } 102 102 103 - #endif /* _ASM_GENERIC_BITOPS_INSTRUMENTED_NON_ATOMIC_H */ 103 + #endif /* _ASM_GENERIC_BITOPS_INSTRUMENTED_ATOMIC_H */