diff options
author | 1996-01-23 10:10:31 +0000 | |
---|---|---|
committer | 1996-01-23 10:10:31 +0000 | |
commit | 4108727ee032e96f6e7987af640a9905c5b5a7d8 (patch) | |
tree | a884a9fb8dede7d6accf55d964b870c05b38f324 | |
parent | Added Ns Ox macro for OpenBSD history version tag in groff docs (diff) | |
download | wireguard-openbsd-4108727ee032e96f6e7987af640a9905c5b5a7d8.tar.xz wireguard-openbsd-4108727ee032e96f6e7987af640a9905c5b5a7d8.zip |
Removed extra brace.
-rw-r--r-- | sys/dev/isa/aha.c | 2 | ||||
-rw-r--r-- | sys/dev/isa/aha1542.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/isa/aha.c b/sys/dev/isa/aha.c index 504ae2b5c69..d875ed53df3 100644 --- a/sys/dev/isa/aha.c +++ b/sys/dev/isa/aha.c @@ -760,8 +760,6 @@ aha_free_ccb(aha, ccb, flags) } hashccb = &(*hashccb)->nexthash; } - - } ccb->flags = CCB_FREE; TAILQ_INSERT_HEAD(&aha->free_ccb, ccb, chain); diff --git a/sys/dev/isa/aha1542.c b/sys/dev/isa/aha1542.c index 504ae2b5c69..d875ed53df3 100644 --- a/sys/dev/isa/aha1542.c +++ b/sys/dev/isa/aha1542.c @@ -760,8 +760,6 @@ aha_free_ccb(aha, ccb, flags) } hashccb = &(*hashccb)->nexthash; } - - } ccb->flags = CCB_FREE; TAILQ_INSERT_HEAD(&aha->free_ccb, ccb, chain); |