|
From: Mats F. <ma...@us...> - 2001-04-19 07:02:05
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- hci.c 1.141 1.142=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Corrected misspelling, uint_mode -> unit_mode The diff of the modified file(s): --- hci.c 2001/04/18 15:47:13 1.141 +++ hci.c 2001/04/19 07:02:04 1.142 @@ -1538,7 +1538,7 @@ s32 pos =3D 0; s32 i; =20 - pos +=3D sprintf(buf + pos, "unit_id unit_bd_address uint_mode unit_name\= n"); + pos +=3D sprintf(buf + pos, "unit_id unit_bd_address unit_mode unit_name\= n"); =20 =20 /* Then we printout the other connections bd addresses and their user |