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>
1 file changed