From: Al Viro Date: Tue, 21 Jun 2011 12:51:28 +0000 (-0400) Subject: cifs: fix the type of cifs_demultiplex_thread() X-Git-Tag: v3.1-rc1~282^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c97c200e2c5aa8b1067bebb99df0a7c2e12ebf3;p=pandora-kernel.git 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: Al Viro --- Reading git-diff-tree failed