mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-31 19:45:21 +00:00
eventpoll: fix comment typo 'evenpoll'
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
e08dc1325f
commit
10bd2473b1
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ static const struct file_operations eventpoll_fops = {
|
||||||
.llseek = noop_llseek,
|
.llseek = noop_llseek,
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Fast test to see if the file is an evenpoll file */
|
/* Fast test to see if the file is an eventpoll file */
|
||||||
static inline int is_file_epoll(struct file *f)
|
static inline int is_file_epoll(struct file *f)
|
||||||
{
|
{
|
||||||
return f->f_op == &eventpoll_fops;
|
return f->f_op == &eventpoll_fops;
|
||||||
|
|
Loading…
Add table
Reference in a new issue