freebsd-dev/sys/netgraph/bluetooth/l2cap
Maksim Yevmenkin 4301b2519d Try to silence Coverity by adding (void) in front of function call.
Also add a comment, explaining why return value is not being checked.

Requested by:	netchild
MFC after:	1 week
2007-03-28 21:25:56 +00:00
..
ng_l2cap_cmds.c Try to silence Coverity by adding (void) in front of function call. 2007-03-28 21:25:56 +00:00
ng_l2cap_cmds.h
ng_l2cap_evnt.c
ng_l2cap_evnt.h
ng_l2cap_llpi.c
ng_l2cap_llpi.h
ng_l2cap_main.c
ng_l2cap_misc.c Fix dangling callout problem in the Bluetooth L2CAP code that leads to 2005-08-31 18:13:23 +00:00
ng_l2cap_misc.h Before freeing memory, assert that there is no pending callout. 2005-08-21 19:15:14 +00:00
ng_l2cap_prse.h
ng_l2cap_ulpi.c
ng_l2cap_ulpi.h
ng_l2cap_var.h
TODO