build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45024 )
Change subject: libpayload/usb: Fix printf format string mismatches in debug messages ......................................................................
Patch Set 7:
(8 comments)
https://review.coreboot.org/c/coreboot/+/45024/7/payloads/libpayload/drivers... File payloads/libpayload/drivers/usb/ehci.c:
https://review.coreboot.org/c/coreboot/+/45024/7/payloads/libpayload/drivers... PS7, Line 56: usb_debug("|:| Alt. Next qTD [0x%08"PRIx32"] |:|\n", td->alt_next_qtd); line over 96 characters
https://review.coreboot.org/c/coreboot/+/45024/7/payloads/libpayload/drivers... PS7, Line 58: usb_debug("|:| | Bytes to Transfer |[%05"PRId32"] |:|\n", (td->token & QTD_TOTAL_LEN_MASK) >> 16); line over 96 characters
https://review.coreboot.org/c/coreboot/+/45024/7/payloads/libpayload/drivers... File payloads/libpayload/drivers/usb/ohci.c:
https://review.coreboot.org/c/coreboot/+/45024/7/payloads/libpayload/drivers... PS7, Line 73: usb_debug("|:| Current Buffer Pointer [0x%08"PRIx32"] |:|\n", cur->current_buffer_pointer); line over 96 characters
https://review.coreboot.org/c/coreboot/+/45024/7/payloads/libpayload/drivers... PS7, Line 77: usb_debug("|:| Current Buffer End [0x%08"PRIx32"] |:|\n", cur->buffer_end); line over 96 characters
https://review.coreboot.org/c/coreboot/+/45024/7/payloads/libpayload/drivers... PS7, Line 94: usb_debug("| O | Function Address | [%04"PRIx32"] |\n", cur->config & 0x7F); line over 96 characters
https://review.coreboot.org/c/coreboot/+/45024/7/payloads/libpayload/drivers... PS7, Line 510: usb_debug("bulk: %x bytes from %p, finalize: %x, maxpacketsize: %x\n", dalen, src, finalize, ep->maxpacketsize); line over 96 characters
https://review.coreboot.org/c/coreboot/+/45024/7/payloads/libpayload/drivers... File payloads/libpayload/drivers/usb/uhci.c:
https://review.coreboot.org/c/coreboot/+/45024/7/payloads/libpayload/drivers... PS7, Line 83: usb_debug("|:| O | PID CODE | [%04"PRIx32"] |:|\n", td->token & 0xFF); line over 96 characters
https://review.coreboot.org/c/coreboot/+/45024/7/payloads/libpayload/drivers... PS7, Line 84: usb_debug("|:| K | Endpoint | [%04"PRIx32"] |:|\n", (td->token & TD_EP_MASK) >> TD_EP_SHIFT); line over 96 characters