Re: svn commit: r253618 - head/sys/dev/usb/gadget

2013-07-30 Thread Bruce Evans
On Tue, 30 Jul 2013, David O'Brien wrote: On Wed, Jul 24, 2013 at 03:29:34PM -0400, John Baldwin wrote: On Wednesday, July 24, 2013 2:32:15 pm David E. O'Brien wrote: per style(9): Kernel include files (i.e. sys/*.h) come first; normally, include OR , but not both. includes

Re: svn commit: r253618 - head/sys/dev/usb/gadget

2013-07-30 Thread John Baldwin
On Tuesday, July 30, 2013 3:02:07 pm David O'Brien wrote: > On Wed, Jul 24, 2013 at 03:29:34PM -0400, John Baldwin wrote: > > On Wednesday, July 24, 2013 2:32:15 pm David E. O'Brien wrote: > > > per style(9): > > > Kernel include files (i.e. sys/*.h) come first; normally, include > > >

Re: svn commit: r253618 - head/sys/dev/usb/gadget

2013-07-30 Thread David O'Brien
On Wed, Jul 24, 2013 at 03:29:34PM -0400, John Baldwin wrote: > On Wednesday, July 24, 2013 2:32:15 pm David E. O'Brien wrote: > > per style(9): > > Kernel include files (i.e. sys/*.h) come first; normally, include > > OR , but not both. includes > > , and it is okay to depend o

Re: svn commit: r253618 - head/sys/dev/usb/gadget

2013-07-25 Thread Bruce Evans
On Wed, 24 Jul 2013, John Baldwin wrote: On Wednesday, July 24, 2013 2:32:15 pm David E. O'Brien wrote: Author: obrien Date: Wed Jul 24 18:32:15 2013 New Revision: 253618 URL: http://svnweb.freebsd.org/changeset/base/253618 Log: per style(9): Kernel include files (i.e. sys/*.h) come fir

Re: svn commit: r253618 - head/sys/dev/usb/gadget

2013-07-25 Thread John Baldwin
On Wednesday, July 24, 2013 2:32:15 pm David E. O'Brien wrote: > Author: obrien > Date: Wed Jul 24 18:32:15 2013 > New Revision: 253618 > URL: http://svnweb.freebsd.org/changeset/base/253618 > > Log: > per style(9): > Kernel include files (i.e. sys/*.h) come first; normally, include >

svn commit: r253618 - head/sys/dev/usb/gadget

2013-07-24 Thread David E. O'Brien
Author: obrien Date: Wed Jul 24 18:32:15 2013 New Revision: 253618 URL: http://svnweb.freebsd.org/changeset/base/253618 Log: per style(9): Kernel include files (i.e. sys/*.h) come first; normally, include OR , but not both. includes , and it is okay to depend on that. Modified