Files
linux-st/include/linux
Mike Frysinger 0741241c6b 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>
2009-07-17 10:13:21 -07:00
..
2009-06-22 16:56:22 -07:00
2009-06-30 18:56:00 -07:00
2009-06-30 18:55:58 -07:00
2009-06-22 10:12:30 +01:00
2009-06-22 10:12:35 +01:00
2009-06-24 08:17:04 -04:00
2009-06-30 18:56:00 -07:00
2009-06-24 08:15:27 -04:00
2009-06-30 20:12:24 +02:00
2009-07-10 15:01:50 -04:00
2009-06-29 08:59:10 +10:00
2009-06-22 10:12:35 +01:00
2009-06-23 20:21:39 +01:00
2009-06-25 11:22:13 -07:00
2009-06-30 18:55:59 -07:00
2009-06-24 08:17:06 -04:00
2009-07-10 15:02:29 -04:00
2009-06-30 18:55:59 -07:00
2009-06-24 08:17:06 -04:00
2009-06-23 12:50:05 -07:00