connector: make callback argument type explicit
authorMike Frysinger <vapier@gentoo.org>
Fri, 17 Jul 2009 17:13:21 +0000 (10:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Jul 2009 17:13:21 +0000 (10:13 -0700)
commit0741241c6b80bfd58417e95de984d60c9e9ef2a0
tree9fa70e5e918e0735c531988f64b92cb5655baf28
parente36aa25a533962b08402530e8443ac804a454e27
connector: make callback argument type explicit

The connector documentation states that the argument to the callback
function is always a pointer to a struct cn_msg, but rather than encode it
in the API itself, it uses a void pointer everywhere.  This doesn't make
much sense to encode the pointer in documentation as it prevents proper C
type checking from occurring and can easily allow people to use the wrong
pointer type.  So convert the argument type to an explicit struct cn_msg
pointer.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/connector/cn_test.c
drivers/connector/cn_proc.c
drivers/connector/cn_queue.c
drivers/connector/connector.c
drivers/staging/dst/dcore.c
drivers/video/uvesafb.c
drivers/w1/w1_netlink.c
include/linux/connector.h