]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/eventfd.c
mm: fix KSM data corruption
[karo-tx-linux.git] / fs / eventfd.c
index 9736df2ce89d2db41e6d19cba88a808e034319e9..2fb4eadaa1181e4c4f4178b7269c20f58b03a376 100644 (file)
@@ -215,8 +215,8 @@ EXPORT_SYMBOL_GPL(eventfd_ctx_remove_wait_queue);
  *
  * Returns %0 if successful, or the following error codes:
  *
- * -EAGAIN      : The operation would have blocked but @no_wait was non-zero.
- * -ERESTARTSYS : A signal interrupted the wait operation.
+ *  - -EAGAIN      : The operation would have blocked but @no_wait was non-zero.
+ *  - -ERESTARTSYS : A signal interrupted the wait operation.
  *
  * If @no_wait is zero, the function might sleep until the eventfd internal
  * counter becomes greater than zero.