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