mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Move an end-paren to its intended place.
This commit is contained in:
parent
6dc5df3d74
commit
8db3b94765
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue