Jenkins Builder has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/32620 )
Change subject: move main() to separate file ......................................................................
Patch Set 1:
(2 comments)
File src/osmo-hnbgw/osmo_hnbgw_main.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-6790): https://gerrit.osmocom.org/c/osmo-hnbgw/+/32620/comment/dbf034d3_70e8be05 PS1, Line 65: static void print_usage() Bad function definition - void print_usage() should probably be void print_usage(void)
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-6790): https://gerrit.osmocom.org/c/osmo-hnbgw/+/32620/comment/d5db598a_32042d20 PS1, Line 70: static void print_help() Bad function definition - void print_help() should probably be void print_help(void)