qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

checkpatch.pl block comment detection fail


From: Doug Evans
Subject: checkpatch.pl block comment detection fail
Date: Fri, 11 Dec 2020 14:11:25 -0800

Hi.

The coding style docs don't specify this as being bad:

foo(/*bar=*/true);

which improves readability at the call site.
It's not a style to be used liberally, but sometimes it's helpful.

Alas checkpatch.pl claims this is a block comment.

Would it be ok if I try to fix checkpatch.pl to treat this as ok?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]