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 -- To view, visit https://gerrit.osmocom.org/c/libosmocore/+/30933 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmocore Gerrit-Branch: master Gerrit-Change-Id: If61cd54f43643325c45f64531c57fe4c5802a9cf Gerrit-Change-Number: 30933 Gerrit-PatchSet: 1 Gerrit-Owner: dexter <[email protected]> Gerrit-CC: Jenkins Builder Gerrit-Comment-Date: Wed, 11 Jan 2023 12:18:05 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No Gerrit-MessageType: comment
