Attention is currently required from: arehbein.
Patch set 1:Code-Review +1
1 comment:
File tests/stream/stream_test.c:
Patch Set #1, Line 681: if (5 < ipa_msg_type) {
this syntax for comparision is a bit weird imho. I'd say we usually have the vars on the left side.
That's basically: "if (ipa_msg_type > 5)" right?
not criticial though.
To view, visit change 34671. To unsubscribe, or for help writing mail filters, visit settings.