From: Tony Battersby Date: Tue, 31 Mar 2009 22:24:16 +0000 (-0700) Subject: epoll: use real type instead of void * X-Git-Tag: v2.6.30-rc1~523 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4f0989dbfa8d18dd17c32120aac1eb3e906a62a2;p=karo-tx-linux.git 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: Tony Battersby Acked-by: Davide Libenzi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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 { struct list_head llink; /* 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