diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-09-28 21:01:44 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-09-28 21:01:44 +0000 |
commit | 096b52646de6f482a0904e2ee8cf38eb6cd24cfe (patch) | |
tree | e75f582d52821c664b1aea32e809b24beb292722 /sys/dev/pci/pciidereg.h | |
parent | cc46350b72fb3d36e4d2408ded0d48e6fb4761ea (diff) |
kill trailing spaces, no functional changes
Diffstat (limited to 'sys/dev/pci/pciidereg.h')
-rw-r--r-- | sys/dev/pci/pciidereg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pciidereg.h b/sys/dev/pci/pciidereg.h index dd7f0f40d8c..4244ca789c6 100644 --- a/sys/dev/pci/pciidereg.h +++ b/sys/dev/pci/pciidereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pciidereg.h,v 1.4 2002/11/20 21:33:37 grange Exp $ */ +/* $OpenBSD: pciidereg.h,v 1.5 2003/09/28 21:01:43 grange Exp $ */ /* $NetBSD: pciidereg.h,v 1.6 2000/11/14 18:42:58 thorpej Exp $ */ /* @@ -78,7 +78,7 @@ #define PCIIDE_CHANNEL_NAME(chan) ((chan) == 0 ? "channel 0" : "channel 1") /* - * definitions for IDE DMA + * definitions for IDE DMA * XXX maybe this should go elsewhere */ |