Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 01/10/2004 07:54:55
Module Name: src
Committed By: dyoung
Date: Sat Jan 10 07:54:55 UTC 2004
Modified Files:
src/sys/dev/ic: atw.c
Log Message:
Rounding to the nearest multiple of 2 with roundup(constant, 2) is
easier to read than `constant + 1'.
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/dev/ic/atw.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.