]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1af4b78d16d7accc79663e07e3d3bea969a53777
tree9fa70e5e918e0735c531988f64b92cb5655baf28
parent16a4ea318b54644206051654e4d02fc3c48b3131
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