Jacob Garber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41600 )
Change subject: security/tpm: Use SPDX identifiers ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/41600/1/src/security/tpm/tss.h File src/security/tpm/tss.h:
https://review.coreboot.org/c/coreboot/+/41600/1/src/security/tpm/tss.h@3 PS1, Line 3: /* : * TPM Lightweight Command Library. : * : * A low-level library for interfacing to TPM hardware or an emulator. : */
What's the correct style for a file-level comment in coreboot? Some files have: […]
From the style guide, I think the two preferred options are
/* blah blah blah blah */
or
/* * blah blah * blah blah */
though there doesn't seem to be much consistency with this.