Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/38660 )
Change subject: treewide: Use C-style comments on some files ......................................................................
Patch Set 1:
Patch Set 1: Code-Review-1
Thanks for doing this. There are a lot more instances of this, though... I see at least 212 instances using `grep -rH '//[[:space:]]' *.c *.h | wc -l`.
Want to try and fix some more instances while you're at it? Also, maybe we can look into git hooks to prevent more C++ style comments from creeping in?
I don't mind committing this as an incremental step, though. (marking as -1 just so I see it as reviewed in the gerrit dashboard)
Currently, this change is preventing other changes in the train from being submitted. I don't think I will be able to fix more instances soon (two busy weeks ahead), so I would prefer to do this incrementally.
Patch Set 1:
The coding style allows C++ style comments. It was explicitly added, and diverted from the original Linux kernel coding style. I prefer, that it should be consistent in files though.
Ack. In the files I touched, I replaced every single C++ style comment with a C style comment, so they are consistent.