Re: [PATCH rdma-next v2 2/3] RDMA/mana_ib: Implement uapi to create and destroy RC QP

From: Konstantin Taranov
Date: Tue May 21 2024 - 05:13:20 EST


> **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