]> git.baikalelectronics.ru Git - kernel.git/commit
epoll: use real type instead of void *
authorTony Battersby <tonyb@cybernetics.com>
Tue, 31 Mar 2009 22:24:16 +0000 (15:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 1 Apr 2009 15:59:20 +0000 (08:59 -0700)
commitefb7ac1edac2b6442bf924f8990eaf59e3db148f
tree8b81c45c23ff2a598ed67c5732dfb0ca69693aa0
parentaf1bc6673dd56dd11e7c778d7ff9ddb2d4aa1b12
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 <tonyb@cybernetics.com>
Acked-by: Davide Libenzi <davidel@xmailserver.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/eventpoll.c