Jenkins Builder has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/30933 )
Change subject: uitils: add floored and euclidian modulo functions ......................................................................
Patch Set 1:
(3 comments)
File tests/utils/utils_test.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-2600): https://gerrit.osmocom.org/c/libosmocore/+/30933/comment/cc21fbc8_49b7f811 PS1, 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): https://gerrit.osmocom.org/c/libosmocore/+/30933/comment/db7fd405_afb9aeef PS1, 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): https://gerrit.osmocom.org/c/libosmocore/+/30933/comment/ed28d50b_eacba4fa PS1, Line 789: printf(" %i mod_euc %i = %i = %i\n", x, y, result, expected_result); Use %d instead of %i