* Alexey Dokuchaev wrote:
> But it looks like style bug which is supposed to get fixed, not
> duplicated. I am wrong?
Well, at least I didn't make it less consistent by using a different
amount of tabs. It's not like I introduced any style(9) bugs, mainly
because the code doesn't comply with sty
On Thu, Apr 23, 2009 at 01:02:10AM +0200, Ed Schouten wrote:
> * Stanislav Sedov wrote:
> > Any reason to have two tabs here?
>
> Yes. I think the ioctl() function in the same file also used this line,
> so I just literally copy/pasted it into open()/close().
But it looks like style bug which is
* Stanislav Sedov wrote:
> Any reason to have two tabs here?
Yes. I think the ioctl() function in the same file also used this line,
so I just literally copy/pasted it into open()/close().
--
Ed Schouten
WWW: http://80386.nl/
pgpxTr4MiFdRC.pgp
Description: PGP signature
On Tue, 14 Apr 2009 14:02:43 + (UTC)
Ed Schouten mentioned:
> Author: ed
> Date: Tue Apr 14 14:02:43 2009
> New Revision: 191060
> URL: http://svn.freebsd.org/changeset/base/191060
>
> Log:
> Use si_drv1 instead of dev2unit() in twe(4) and twa(4)
>
> Reviewed by:scottl
>
> Mo
Author: ed
Date: Tue Apr 14 14:02:43 2009
New Revision: 191060
URL: http://svn.freebsd.org/changeset/base/191060
Log:
Use si_drv1 instead of dev2unit() in twe(4) and twa(4)
Reviewed by: scottl
Modified:
head/sys/dev/twa/tw_osl_freebsd.c
head/sys/dev/twe/twe_freebsd.c
Modified: head/s