[ovs-dev] [PATCH] seq: Add some comments.

Ben Pfaff blp at nicira.com
Mon Aug 12 20:59:30 UTC 2013


On Mon, Aug 12, 2013 at 01:56:02PM -0700, Andy Zhou wrote:
> Thanks for the added comments. Looks good.

Thanks.  I applied this to master.

> Coding style says we should not use "//", but not sure if this applies to
> comments.

Well, you can't use a /**/ comment inside a comment because that ends
the comment, so I use // inside /**/.  It works even if the compiler
doesn't support // comments, since it's inside a comment.



More information about the dev mailing list