From 8db3b947655b65917cce45183f72ca39b3b4e145 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 19 Sep 1999 08:28:49 +0000 Subject: [PATCH] Move an end-paren to its intended place. --- sys/kern/subr_devstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c index 699ec3e95ba..e71eef421ea 100644 --- a/sys/kern/subr_devstat.c +++ b/sys/kern/subr_devstat.c @@ -222,7 +222,7 @@ devstat_end_transaction(struct devstat *ds, u_int32_t bytes, /* * Keep a count of the various tag types sent. */ - if ((ds->flags & DEVSTAT_NO_ORDERED_TAGS == 0) && + if ((ds->flags & DEVSTAT_NO_ORDERED_TAGS) == 0 && tag_type != DEVSTAT_TAG_NONE) ds->tag_types[tag_type]++;