Skip to content
Snippets Groups Projects
Commit 7c97c200 authored by Al Viro's avatar Al Viro
Browse files

cifs: fix the type of cifs_demultiplex_thread()


... and get rid of a bogus typecast, while we are at it; it's not
just that we want a function returning int and not void, but cast
to pointer to function taking void * and returning void would be
(void (*)(void *)) and not (void *)(void *), TYVM...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent beefebf1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment