Jenkins Builder has posted comments on this change. ( https://gerrit.osmocom.org/c/gapk/+/33620 )
Change subject: aarch64: add get_cycles ......................................................................
Patch Set 1:
(2 comments)
File include/osmocom/gapk/get_cycles.h:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-9067): https://gerrit.osmocom.org/c/gapk/+/33620/comment/1bd0fc91_c4f34db5 PS1, Line 108: typedef unsigned long cycles_t; do not add new typedefs
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-9067): https://gerrit.osmocom.org/c/gapk/+/33620/comment/879ee11b_c69a72d9 PS1, Line 109: static inline cycles_t get_cycles() Bad function definition - cycles_t get_cycles() should probably be cycles_t get_cycles(void)