
6 Sep
2022
6 Sep
'22
3:51 a.m.
On Mon, Sep 5, 2022 at 10:43 PM Tom Rini trini@konsulko.com wrote:
We allow '//' style comments, just like the linux kernel does these days. There should be a space before the "imx8" in the first hunk here.
Yes, // style comments are allowed, but for consistency with the other comments in this file, it would be better to keep using the /* style.
Mixing the two styles in the same file makes it confusing.