Attention is currently required from: Julius Werner.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/69743 )
Change subject: arch/arm/eabi_compat.c: Add eabi_clr ......................................................................
Patch Set 1:
(7 comments)
File src/arch/arm/eabi_compat.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-163903): https://review.coreboot.org/c/coreboot/+/69743/comment/d5401f71_6b44e2dd PS1, Line 40: void __aeabi_memclr4 (void *dest, size_t n) space prohibited between function name and open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-163903): https://review.coreboot.org/c/coreboot/+/69743/comment/86552778_aeffab79 PS1, Line 41: __attribute((alias ("__aeabi_memclr"))); space prohibited between function name and open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-163903): https://review.coreboot.org/c/coreboot/+/69743/comment/2cd7bd80_8939e6e9 PS1, Line 43: void __aeabi_memclr8 (void *dest, size_t n) space prohibited between function name and open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-163903): https://review.coreboot.org/c/coreboot/+/69743/comment/dd1f0134_ff8d1f52 PS1, Line 44: __attribute((alias ("__aeabi_memclr"))); space prohibited between function name and open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-163903): https://review.coreboot.org/c/coreboot/+/69743/comment/e5b1df2a_95c60d22 PS1, Line 47: void __aeabi_memclr (void *dest, size_t n); space prohibited between function name and open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-163903): https://review.coreboot.org/c/coreboot/+/69743/comment/6620dc6c_ee53e5c6 PS1, Line 48: void __aeabi_memclr (void *dest, size_t n) space prohibited between function name and open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-163903): https://review.coreboot.org/c/coreboot/+/69743/comment/38488b4b_3747c32b PS1, Line 50: __aeabi_memset (dest, n, 0); space prohibited between function name and open parenthesis '('