提交 4f0989db 编写于 作者: T Tony Battersby 提交者: Linus Torvalds

epoll: use real type instead of void *

eventpoll.c uses void * in one place for no obvious reason; change it to
use the real type instead.
Signed-off-by: NTony Battersby <tonyb@cybernetics.com>
Acked-by: NDavide Libenzi <davidel@xmailserver.org>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 e057e15f
...@@ -192,7 +192,7 @@ struct eppoll_entry { ...@@ -192,7 +192,7 @@ struct eppoll_entry {
struct list_head llink; struct list_head llink;
/* The "base" pointer is set to the container "struct epitem" */ /* The "base" pointer is set to the container "struct epitem" */
void *base; struct epitem *base;
/* /*
* Wait queue item that will be linked to the target file wait * Wait queue item that will be linked to the target file wait
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册