The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Tag Comment
---- ----------- ----------- --- -------
bt_proc.c 1.23 1.24=20=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Added LF in new proc file bt_channel_con
The diff of the modified file(s):
--- bt_proc.c 31 Jul 2002 08:21:16 -0000 1.23
+++ bt_proc.c 31 Jul 2002 13:44:38 -0000 1.24
@@ -401,7 +401,7 @@
position =3D 0;
position +=3D sprintf(buf + position,"%d", new_con_line);
position +=3D sprintf(buf + position, ":");
- position +=3D sprintf(buf + position, "%d", new_con_srv_channel);
+ position +=3D sprintf(buf + position, "%d\n", new_con_srv_channel);
=20=09
return position;=09
}
|