projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e08dc13
)
eventpoll: fix comment typo 'evenpoll'
author
Paul Bolle
<pebolle@tiscali.nl>
Sun, 24 Jul 2011 15:58:46 +0000
(17:58 +0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 26 Jul 2011 09:44:54 +0000
(11:44 +0200)
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
fs/eventpoll.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/eventpoll.c
b/fs/eventpoll.c
index f9cfd168fbe2d4d408800e964268a8d40a3ec9ac..5e480d55504956d6baaf315c815913ec720dfae9 100644
(file)
--- a/
fs/eventpoll.c
+++ b/
fs/eventpoll.c
@@
-700,7
+700,7
@@
static const struct file_operations eventpoll_fops = {
.llseek = noop_llseek,
};
-/* Fast test to see if the file is an evenpoll file */
+/* Fast test to see if the file is an even
t
poll file */
static inline int is_file_epoll(struct file *f)
{
return f->f_op == &eventpoll_fops;