]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
fs: eventfd: fix identation on kernel-doc
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 12 May 2017 10:53:50 +0000 (07:53 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 16 May 2017 11:44:10 +0000 (08:44 -0300)
Sphinx require explicit tags in order to use a list of possible
values, otherwise it produces this error:

./fs/eventfd.c:219: WARNING: Option list ends without a blank line; unexpected unindent.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
fs/eventfd.c

index 68b9fffcb2c8e71baed05ca7ad7a33db7ed15431..beac8175de19b92445da65649ef5e444c68a2c28 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.