Re: svn commit: r314142 - head/sys/dev/ce

2017-02-24 Thread Gleb Smirnoff
On Thu, Feb 23, 2017 at 06:31:45PM -0700, Warner Losh wrote: W> On Thu, Feb 23, 2017 at 5:28 PM, Gleb Smirnoff wrote: W> > On Thu, Feb 23, 2017 at 03:30:21PM +, Pedro F. Giffuni wrote: W> > P> Author: pfg W> > P> Date: Thu Feb 23 15:30:21 2017 W> > P> New Revision: 314142

Re: svn commit: r314142 - head/sys/dev/ce

2017-02-23 Thread Pedro Giffuni
Hello, On 2/23/2017 10:05 PM, Alexey Dokuchaev wrote: On Thu, Feb 23, 2017 at 12:49:01PM -0500, Pedro Giffuni wrote: On 2/23/2017 12:13 PM, Benjamin Kaduk wrote: On Thu, Feb 23, 2017 at 9:30 AM, Pedro F. Giffuni > wrote: @@ -632,8 +632,8 @@ void

Re: svn commit: r314142 - head/sys/dev/ce

2017-02-23 Thread Alexey Dokuchaev
On Thu, Feb 23, 2017 at 12:49:01PM -0500, Pedro Giffuni wrote: > On 2/23/2017 12:13 PM, Benjamin Kaduk wrote: > > On Thu, Feb 23, 2017 at 9:30 AM, Pedro F. Giffuni > > wrote: > > @@ -632,8 +632,8 @@ void ce_stop_chan (ce_chan_t *c) > >

Re: svn commit: r314142 - head/sys/dev/ce

2017-02-23 Thread Warner Losh
On Thu, Feb 23, 2017 at 5:28 PM, Gleb Smirnoff wrote: > On Thu, Feb 23, 2017 at 03:30:21PM +, Pedro F. Giffuni wrote: > P> Author: pfg > P> Date: Thu Feb 23 15:30:21 2017 > P> New Revision: 314142 > P> URL: https://svnweb.freebsd.org/changeset/base/314142 > P> > P> Log: >

Re: svn commit: r314142 - head/sys/dev/ce

2017-02-23 Thread Gleb Smirnoff
On Thu, Feb 23, 2017 at 03:30:21PM +, Pedro F. Giffuni wrote: P> Author: pfg P> Date: Thu Feb 23 15:30:21 2017 P> New Revision: 314142 P> URL: https://svnweb.freebsd.org/changeset/base/314142 P> P> Log: P> dev/ce: double assignment. P> P> The code is not operational right now so just

Re: svn commit: r314142 - head/sys/dev/ce

2017-02-23 Thread Pedro Giffuni
On 2/23/2017 12:13 PM, Benjamin Kaduk wrote: On Thu, Feb 23, 2017 at 9:30 AM, Pedro F. Giffuni > wrote: Author: pfg Date: Thu Feb 23 15:30:21 2017 New Revision: 314142 URL: https://svnweb.freebsd.org/changeset/base/314142

Re: svn commit: r314142 - head/sys/dev/ce

2017-02-23 Thread Mateusz Guzik
On Thu, Feb 23, 2017 at 03:30:21PM +, Pedro F. Giffuni wrote: > Author: pfg > Date: Thu Feb 23 15:30:21 2017 > New Revision: 314142 > URL: https://svnweb.freebsd.org/changeset/base/314142 > > Log: > dev/ce: double assignment. > > The code is not operational right now so just comment

Re: svn commit: r314142 - head/sys/dev/ce

2017-02-23 Thread Benjamin Kaduk
On Thu, Feb 23, 2017 at 9:30 AM, Pedro F. Giffuni wrote: > Author: pfg > Date: Thu Feb 23 15:30:21 2017 > New Revision: 314142 > URL: https://svnweb.freebsd.org/changeset/base/314142 > > Log: > dev/ce: double assignment. > > The code is not operational right now so just

svn commit: r314142 - head/sys/dev/ce

2017-02-23 Thread Pedro F. Giffuni
Author: pfg Date: Thu Feb 23 15:30:21 2017 New Revision: 314142 URL: https://svnweb.freebsd.org/changeset/base/314142 Log: dev/ce: double assignment. The code is not operational right now so just comment away an obviously useless assignment. Fix some typos while here. Found with: