Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f0989db authored by Tony Battersby's avatar Tony Battersby Committed by Linus Torvalds
Browse files

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: default avatarTony Battersby <tonyb@cybernetics.com>
Acked-by: default avatarDavide Libenzi <davidel@xmailserver.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e057e15f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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