Re: urndis printf cleanup

2017-10-27 Thread Jeremie Courreges-Anglas
On Fri, Oct 27 2017, Mikhail wrote: > On Fri, Oct 27, 2017 at 1:19 PM, Jeremie Courreges-Anglas > wrote: >> On Fri, Oct 27 2017, Mikhail wrote: >>> add missed DEVNAME's and \n's >> >> They are not missing. The point is to have _attach() print a single >> line in dmesg. >> >> PS: your diff would

Re: urndis printf cleanup

2017-10-27 Thread Mikhail
On Fri, Oct 27, 2017 at 1:19 PM, Jeremie Courreges-Anglas wrote: > On Fri, Oct 27 2017, Mikhail wrote: >> add missed DEVNAME's and \n's > > They are not missing. The point is to have _attach() print a single > line in dmesg. > > PS: your diff would not apply (mangled whitespace) > it doesn't pr

Re: urndis printf cleanup

2017-10-27 Thread Jeremie Courreges-Anglas
On Fri, Oct 27 2017, Mikhail wrote: > add missed DEVNAME's and \n's They are not missing. The point is to have _attach() print a single line in dmesg. PS: your diff would not apply (mangled whitespace) > Index: dev/usb/if_urndis.c > =

urndis printf cleanup

2017-10-27 Thread Mikhail
add missed DEVNAME's and \n's Index: dev/usb/if_urndis.c === RCS file: /home/misha/work/cvs/src/sys/dev/usb/if_urndis.c,v retrieving revision 1.67 diff -u -p -r1.67 if_urndis.c --- dev/usb/if_urndis.c 19 Jul 2017 16:31:56 - 1.67 +