mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 05:04:20 +00:00
fs: eventfd: fix identation on kernel-doc
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>
This commit is contained in:
parent
0117d4272b
commit
f16df9f765
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue