Re: [RFC PATCH] net: core: move core networking work to power efficient workqueue
From: Joe Perches <joe@perches.com>
Date: 2014-01-31 00:55:09
Also in:
lkml
From: Joe Perches <joe@perches.com>
Date: 2014-01-31 00:55:09
Also in:
lkml
On Fri, 2014-01-31 at 01:48 +0100, Antonio Quartulli wrote:
On 31/01/14 01:33, Zoran Markovic wrote:quoted
From: Shaibal Dutta <redacted>[...]quoted
- schedule_delayed_work(&linkwatch_work, delay); + queue_delayed_work(system_power_efficient_wq, + &linkwatch_work, delay);before talking about technical details, here and in other spots of this patch the alignment is wrong. I think checkpatch should have said something about it. The first parameter on the new line should be aligned up to the column after the opening parenthesis.
Using "scripts/checkpatch.pl --strict" would emit an alignment message, otherwise not.