diff options
Diffstat (limited to 'fs/eventpoll.c')
-rw-r--r-- | fs/eventpoll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/eventpoll.c b/fs/eventpoll.c index 744377c01869..336fdb8ed47b 100644 --- a/fs/eventpoll.c +++ b/fs/eventpoll.c | |||
@@ -192,7 +192,7 @@ struct eppoll_entry { | |||
192 | struct list_head llink; | 192 | struct list_head llink; |
193 | 193 | ||
194 | /* The "base" pointer is set to the container "struct epitem" */ | 194 | /* The "base" pointer is set to the container "struct epitem" */ |
195 | void *base; | 195 | struct epitem *base; |
196 | 196 | ||
197 | /* | 197 | /* |
198 | * Wait queue item that will be linked to the target file wait | 198 | * Wait queue item that will be linked to the target file wait |