linux/drivers/connector
Javier Martinez Canillas 85c931665d connector: use nlmsg_put() instead of NLMSG_PUT() macro.
The NLMSG_PUT() macro contains a hidden goto which makes the code hard
to audit and very error prone.

While been there also use the inline function nlmsg_data() instead of the
NLMSG_DATA() macro to do explicit type checking.

Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-06-26 21:14:20 -07:00
..
Kconfig trivial: Kconfig: .ko is normally not included in module names 2009-06-12 18:01:50 +02:00
Makefile
cn_proc.c connector: add comm change event report to proc connector 2011-09-28 13:41:50 -04:00
cn_queue.c connector: convert to synchronous netlink message processing 2011-03-30 17:14:33 -07:00
connector.c connector: use nlmsg_put() instead of NLMSG_PUT() macro. 2012-06-26 21:14:20 -07:00