3 comments:
File tests/utils/utils_test.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-2600):
Patch Set #1, Line 773: printf(" %i mod %i = %i = %i\n", x, y, result, expected_result);
Use %d instead of %i
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-2600):
Patch Set #1, Line 781: printf(" %i mod_flr %i = %i = %i\n", x, y, result, expected_result);
Use %d instead of %i
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-2600):
Patch Set #1, Line 789: printf(" %i mod_euc %i = %i = %i\n", x, y, result, expected_result);
Use %d instead of %i
To view, visit change 30933. To unsubscribe, or for help writing mail filters, visit settings.