Date: Tue, 7 Apr 2009 19:44:06 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ata ata-queue.c Message-ID: <200904071944.n37JiIhs067713@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-04-07 19:44:06 UTC FreeBSD src repository Modified files: sys/dev/ata ata-queue.c Log: SVN rev 190820 on 2009-04-07 19:44:06Z by ed Improve clarity: if (a && (b ? b : c)) -> if (a && (b || c)) Submitted by: Christoph Mallon <christoph.mallon@gmx.de> Revision Changes Path 1.84 +1 -2 src/sys/dev/ata/ata-queue.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904071944.n37JiIhs067713>