Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47477 )
Change subject: mb/*/Kconfig: Annotate closing endif with corresponding condition ......................................................................
Patch Set 2:
(2 comments)
Thank you for spotting the two things.
https://review.coreboot.org/c/coreboot/+/47477/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/47477/1//COMMIT_MSG@7 PS1, Line 7: #
Kconfig isn't preprocessor, `#endif` would be a comment
Done
https://review.coreboot.org/c/coreboot/+/47477/1/src/mainboard/clevo/Kconfig File src/mainboard/clevo/Kconfig:
https://review.coreboot.org/c/coreboot/+/47477/1/src/mainboard/clevo/Kconfig... PS1, Line 15: #
Why no space?
Done