|
From: Peter K. <pk...@us...> - 2001-10-15 13:29:07
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
sdp.c 1.80 1.81=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Fixed a typo (duinr -> during).
The diff of the modified file(s):
--- sdp.c 2001/09/21 12:51:06 1.80
+++ sdp.c 2001/10/15 13:29:06 1.81
@@ -737,7 +737,7 @@
if (sdp_id <=3D MAX_NBR_SDP &&
(sdp->state =3D=3D SDP_CONNECTING || sdp->state =3D=3D SDP_CONNECTED)=
) {
if ((err =3D l2ca_disconnect_req(sdp_con_list[sdp_id].l2cap)) !=3D 0) {
- D_ERR(__FUNCTION__ ", An error with error code %d occured duinr disconn=
etion of sdp channel %d\n", err, sdp_id);
+ D_ERR(__FUNCTION__ ", An error with error code %d occured during discon=
netion of sdp channel %d\n", err, sdp_id);
sdp_con_list[sdp_id].state =3D SDP_DISCONNECTED;
sdp_con_list[sdp_id].l2cap =3D NULL;=20=20
}=20
|