Move an end-paren to its intended place.

This commit is contained in:
Poul-Henning Kamp 1999-09-19 08:28:49 +00:00
parent 6dc5df3d74
commit 8db3b94765

View File

@ -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]++;