Re: [ovs-dev] [PATCH] checkpatch: Avoid warnings for /* or */.

2018-03-31 Thread Ben Pfaff
On Mon, Mar 26, 2018 at 05:44:01PM -0400, Aaron Conole wrote: > Ben Pfaff writes: > > > checkpatch would sometimes confuse comment markers for operators. This > > fixes the problem. > > > > Signed-off-by: Ben Pfaff > > --- > > Looks good to me. > > Acked-by: Aaron Conole Thanks, applied to

Re: [ovs-dev] [PATCH] checkpatch: Avoid warnings for /* or */.

2018-03-26 Thread Aaron Conole
Ben Pfaff writes: > checkpatch would sometimes confuse comment markers for operators. This > fixes the problem. > > Signed-off-by: Ben Pfaff > --- Looks good to me. Acked-by: Aaron Conole ___ dev mailing list d...@openvswitch.org https://mail.openv

[ovs-dev] [PATCH] checkpatch: Avoid warnings for /* or */.

2018-03-24 Thread Ben Pfaff
checkpatch would sometimes confuse comment markers for operators. This fixes the problem. Signed-off-by: Ben Pfaff --- utilities/checkpatch.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/utilities/checkpatch.py b/utilities/checkpatch.py index 8a3895240357..71abfbc0e