Re: [ovs-dev] [PATCH] checkpatch: Accept form feeds.

2016-04-18 Thread Daniele Di Proietto
On 18/04/2016 14:26, "Ben Pfaff" wrote: >On Mon, Apr 18, 2016 at 02:02:37PM -0700, Daniele Di Proietto wrote: >> CodingStyle.md says: >> >> "Use form feeds (control+L) to divide long source files into logical >> pieces. A form feed should appear as the only character on a line." >> >> checkp

Re: [ovs-dev] [PATCH] checkpatch: Accept form feeds.

2016-04-18 Thread Ben Pfaff
On Mon, Apr 18, 2016 at 02:02:37PM -0700, Daniele Di Proietto wrote: > CodingStyle.md says: > > "Use form feeds (control+L) to divide long source files into logical > pieces. A form feed should appear as the only character on a line." > > checkpatch.py currently complains about form feed. For ex

[ovs-dev] [PATCH] checkpatch: Accept form feeds.

2016-04-18 Thread Daniele Di Proietto
CodingStyle.md says: "Use form feeds (control+L) to divide long source files into logical pieces. A form feed should appear as the only character on a line." checkpatch.py currently complains about form feed. For example, on commit 2c06d9a927c5("ovstest: Add test-netlink-conntrack command."), ch