build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44412 )
Change subject: src/security: Convert to 96 characters line length ......................................................................
Patch Set 1:
(3 comments)
https://review.coreboot.org/c/coreboot/+/44412/1/src/security/tpm/tss/tcg-1.... File src/security/tpm/tss/tcg-1.2/tss.c:
https://review.coreboot.org/c/coreboot/+/44412/1/src/security/tpm/tss/tcg-1.... PS1, Line 97: /* Sends a TPM command and gets a response. Returns 0 if success or the TPM error code if error. line over 96 characters
https://review.coreboot.org/c/coreboot/+/44412/1/src/security/tpm/tss/tcg-1.... PS1, Line 287: uint32_t result = tlcl_send_receive(tpm_getflags_cmd.buffer, response, sizeof(response)); line over 96 characters
https://review.coreboot.org/c/coreboot/+/44412/1/src/security/tpm/tss/tcg-2.... File src/security/tpm/tss/tcg-2.0/tss_marshaling.h:
https://review.coreboot.org/c/coreboot/+/44412/1/src/security/tpm/tss/tcg-2.... PS1, Line 14: * Given a structure containing a TPM2 command, serialize the structure for sending it to the TPM. line over 96 characters