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>master
parent
7b52b262f8
commit
f3e9c1138e
|
|
@ -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);
|
return arch_test_and_change_bit(nr, addr);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* _ASM_GENERIC_BITOPS_INSTRUMENTED_NON_ATOMIC_H */
|
#endif /* _ASM_GENERIC_BITOPS_INSTRUMENTED_ATOMIC_H */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue