]> Git Repo - linux.git/blobdiff - include/linux/rtnetlink.h
Merge branch 'linus' into locking/core, to resolve conflicts
[linux.git] / include / linux / rtnetlink.h
index ff3dd2ec44b478eb0a3c42977190588c3c138295..54bcd970bfd3c9586ac2be2d836ebe72f18261bf 100644 (file)
@@ -68,7 +68,7 @@ static inline bool lockdep_rtnl_is_held(void)
  * @p: The pointer to read, prior to dereferencing
  *
  * Return the value of the specified RCU-protected pointer, but omit
- * both the smp_read_barrier_depends() and the ACCESS_ONCE(), because
+ * both the smp_read_barrier_depends() and the READ_ONCE(), because
  * caller holds RTNL.
  */
 #define rtnl_dereference(p)                                    \
This page took 0.033781 seconds and 4 git commands to generate.