Flexelint polish

parent 12db7fc5
...@@ -736,7 +736,7 @@ fellow_fd_update_stats(struct fellow_fd *ffd) ...@@ -736,7 +736,7 @@ fellow_fd_update_stats(struct fellow_fd *ffd)
ffd->stats->g_mem_bytes = buddy_size(buddy) - sz; ffd->stats->g_mem_bytes = buddy_size(buddy) - sz;
ffd->stats->b_happy <<= 1; ffd->stats->b_happy <<= 1;
ffd->stats->b_happy |= !! fellow_is_open(ffd); ffd->stats->b_happy |= !! fellow_is_open(ffd); //lint !e514
} }
static void static void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment