summaryrefslogtreecommitdiffstats
path: root/fs/eventfd.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-09-22 12:04:17 +0900
committerJiri Kosina <jkosina@suse.cz>2015-12-08 14:52:03 +0100
commit20d5a865e1f1d98e8520c12fc647c9d4e47f46b3 (patch)
tree418ca4920a65c0e266a7011fe5edfc2367c7e564 /fs/eventfd.c
parent22224a17587c90e25371e7d07c079548359b2039 (diff)
downloadlinux-0-day-20d5a865e1f1d98e8520c12fc647c9d4e47f46b3.tar.gz
linux-0-day-20d5a865e1f1d98e8520c12fc647c9d4e47f46b3.tar.xz
Documentation: filesystem: Fix typo in fs/eventfd.c
This patch fix typos found in Documentation/filesystems.xml, DocBook/filesystems/API-eventfd-signal.html, and DocBook/filesystems.aux.xml These files are generated from comments within the source, so I had to fix typos in fs/eventfd.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/eventfd.c')
-rw-r--r--fs/eventfd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/eventfd.c b/fs/eventfd.c
index 8d0c0df018549..ed70cf9fdc7b3 100644
--- a/fs/eventfd.c
+++ b/fs/eventfd.c
@@ -45,10 +45,10 @@ struct eventfd_ctx {
*
* This function is supposed to be called by the kernel in paths that do not
* allow sleeping. In this function we allow the counter to reach the ULLONG_MAX
- * value, and we signal this as overflow condition by returining a POLLERR
+ * value, and we signal this as overflow condition by returning a POLLERR
* to poll(2).
*
- * Returns the amount by which the counter was incrememnted. This will be less
+ * Returns the amount by which the counter was incremented. This will be less
* than @n if the counter has overflowed.
*/
__u64 eventfd_signal(struct eventfd_ctx *ctx, __u64 n)