summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-03-10 22:21:16 +0000
committerimp <imp@FreeBSD.org>2005-03-10 22:21:16 +0000
commit60b089db226ce6f9f7af5b6edbd68e9b59fae9fc (patch)
tree68813fa6967eb4f783d9c3918377c90cbfc4ca32
parent308ddcd19d4af9a37e2b55a0c2e5c21f02d42759 (diff)
downloadFreeBSD-src-60b089db226ce6f9f7af5b6edbd68e9b59fae9fc.zip
FreeBSD-src-60b089db226ce6f9f7af5b6edbd68e9b59fae9fc.tar.gz
Kill trailing white space
-rw-r--r--sys/dev/ppbus/pps.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ppbus/pps.c b/sys/dev/ppbus/pps.c
index bf7c08b..2582aa1 100644
--- a/sys/dev/ppbus/pps.c
+++ b/sys/dev/ppbus/pps.c
@@ -37,7 +37,7 @@ __FBSDID("$FreeBSD$");
#define PRVERBOSE(fmt, arg...) if (bootverbose) printf(fmt, ##arg);
struct pps_data {
- struct ppb_device pps_dev;
+ struct ppb_device pps_dev;
struct pps_state pps[9];
struct cdev *devs[9];
device_t ppsdev;
@@ -215,7 +215,7 @@ ppsopen(struct cdev *dev, int flags, int fmt, struct thread *td)
i = IRQENABLE | PCD | nINIT | SELECTIN;
ppb_wctr(ppbus, i);
- }
+ }
if (subdev > 0 && !(sc->busy & ~1)) {
sc->timeout = timeout(ppshcpoll, sc, 1);
sc->lastdata = ppb_rdtr(sc->ppbus);
@@ -232,7 +232,7 @@ ppsclose(struct cdev *dev, int flags, int fmt, struct thread *td)
sc->pps[subdev].ppsparam.mode = 0; /* PHK ??? */
sc->busy &= ~(1 << subdev);
- if (subdev > 0 && !(sc->busy & ~1))
+ if (subdev > 0 && !(sc->busy & ~1))
untimeout(ppshcpoll, sc, sc->timeout);
if (!sc->busy) {
device_t ppsdev = sc->ppsdev;
OpenPOWER on IntegriCloud