Skip to content
Success

simtester (Feb 27, 2026, 9:19:10 AM)

Started 10 hr ago
Took 7.1 sec on simtester

Started by upstream project update-osmo-ci-on-slaves build number 3291
originally caused by:

This run spent:

  • 27 ms waiting;
  • 7.1 sec build duration;
  • 7.1 sec total from scheduled to completion.
Revision: d5a3152fcd9dc1604eca6ce547dd8d04c34c6706
Repository: https://gerrit.osmocom.org/osmo-ci
  • origin/master
lint/checkpatch: fix false FUNCTION_ARGUMENTS

Fix that the linter complains about:
  WARNING:FUNCTION_ARGUMENTS: function definition argument 'void' should also have an identifier name

For functions with attributes at the end, e.g.:
  void Fallback_Handler(void) __attribute__((weak, alias("Dummy_Handler")));

Related: https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/42224/comment/7c5b3be0_6ff61090/
Change-Id: I139bdabb38bd0c9ceda99921ebdc0196850c2a53
Oliver Smith at