build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31562 )
Change subject: libpayload: Fix compile error with DEBUG_MALLOC ......................................................................
Patch Set 1:
(11 comments)
https://review.coreboot.org/#/c/31562/1/payloads/libpayload/include/stdlib.h File payloads/libpayload/include/stdlib.h:
https://review.coreboot.org/#/c/31562/1/payloads/libpayload/include/stdlib.h... PS1, Line 63: p, __FILE__, __func__, __LINE__); \ code indent should use tabs where possible
https://review.coreboot.org/#/c/31562/1/payloads/libpayload/include/stdlib.h... PS1, Line 74: (unsigned int)(s), __FILE__, __func__, __LINE__); \ code indent should use tabs where possible
https://review.coreboot.org/#/c/31562/1/payloads/libpayload/include/stdlib.h... PS1, Line 86: (unsigned int)(n), (unsigned int)(s), \ code indent should use tabs where possible
https://review.coreboot.org/#/c/31562/1/payloads/libpayload/include/stdlib.h... PS1, Line 87: __FILE__, __func__, __LINE__); \ code indent should use tabs where possible
https://review.coreboot.org/#/c/31562/1/payloads/libpayload/include/stdlib.h... PS1, Line 99: p, (unsigned int)(s), __FILE__, __func__, __LINE__); \ code indent should use tabs where possible
https://review.coreboot.org/#/c/31562/1/payloads/libpayload/include/stdlib.h... PS1, Line 111: (unsigned int)(a), (unsigned int)(s), \ code indent should use tabs where possible
https://review.coreboot.org/#/c/31562/1/payloads/libpayload/include/stdlib.h... PS1, Line 112: __FILE__, __func__, __LINE__); \ code indent should use tabs where possible
https://review.coreboot.org/#/c/31562/1/payloads/libpayload/include/stdlib.h... PS1, Line 124: (unsigned int)(s), __FILE__, __func__, __LINE__); \ code indent should use tabs where possible
https://review.coreboot.org/#/c/31562/1/payloads/libpayload/include/stdlib.h... PS1, Line 136: (unsigned int)(a), (unsigned int)(s), \ code indent should use tabs where possible
https://review.coreboot.org/#/c/31562/1/payloads/libpayload/include/stdlib.h... PS1, Line 137: __FILE__, __func__, __LINE__); \ code indent should use tabs where possible
https://review.coreboot.org/#/c/31562/1/payloads/libpayload/libc/malloc.c File payloads/libpayload/libc/malloc.c:
https://review.coreboot.org/#/c/31562/1/payloads/libpayload/libc/malloc.c@58... PS1, Line 583: type->minimal_free)); code indent should use tabs where possible