X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Flinux%2Fgenetlink.h;h=ecc2928e8046673b1933b8f85d01b83785176f6d;hb=1ee42a4093ec30364a0532ec34f8d33d33e96548;hp=b96dd4e1e6630997cbcea3f58c5dc34f0a1ed674;hpb=0fd2e9c53d82704a3ba87ea1980ec515188c5316;p=mirror_ubuntu-bionic-kernel.git diff --git a/include/linux/genetlink.h b/include/linux/genetlink.h index b96dd4e1e663..ecc2928e8046 100644 --- a/include/linux/genetlink.h +++ b/include/linux/genetlink.h @@ -31,7 +31,7 @@ extern wait_queue_head_t genl_sk_destructing_waitq; * @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 genl mutex. */ #define genl_dereference(p) \