> **C99_COMMENTS** > C99 style single line comments (//) should not be used. > Prefer the block comment style instead. > Zhu Yanjun Thanks, I will send this tomorrow then. Surprisingly, the checkpatch with --strict does not catch that by default. I read the script and found that to add that check one should use: --ignore C99_COMMENT_TOLERANCE Konstantin