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 2:
(3 comments)
File tests/utils/utils_test.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-2601): https://gerrit.osmocom.org/c/libosmocore/+/30933/comment/744f3f15_73eb9b4e PS2, 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-2601): https://gerrit.osmocom.org/c/libosmocore/+/30933/comment/df39132f_57e5c72d PS2, 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-2601): https://gerrit.osmocom.org/c/libosmocore/+/30933/comment/919cc5df_450a985c PS2, Line 789: printf(" %i mod_euc %i = %i = %i\n", x, y, result, expected_result); Use %d instead of %i