mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-03 05:57:57 +07:00
[PATCH] mqueue comment typo fix
(akpm: I don't do comment typos patches. This one snuck through by accident) Signed-off-by: Serge Hallyn <serue@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
7a1e524a5f
commit
7b7a317cf8
@ -762,7 +762,7 @@ asmlinkage long sys_mq_unlink(const char __user *u_name)
|
|||||||
* The receiver accepts the message and returns without grabbing the queue
|
* The receiver accepts the message and returns without grabbing the queue
|
||||||
* spinlock. Therefore an intermediate STATE_PENDING state and memory barriers
|
* spinlock. Therefore an intermediate STATE_PENDING state and memory barriers
|
||||||
* are necessary. The same algorithm is used for sysv semaphores, see
|
* are necessary. The same algorithm is used for sysv semaphores, see
|
||||||
* ipc/sem.c fore more details.
|
* ipc/sem.c for more details.
|
||||||
*
|
*
|
||||||
* The same algorithm is used for senders.
|
* The same algorithm is used for senders.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user