mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-18 18:15:59 +00:00
IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))"
It's too hard to figure out what "!likely(...)" really means, and who knows how compilers interpret the hint. Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
parent
8da9ee9c1e
commit
fd312561ad
1 changed files with 1 additions and 1 deletions
Loading…
Add table
Add a link
Reference in a new issue