Move an end-paren to its intended place.
This commit is contained in:
parent
6dc5df3d74
commit
8db3b94765
@ -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]++;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user