Right, I know checkpatch.pl will complain, but one must exercise some common sense in situations such at these. To bring down a single zero for the sake of the (in my opinion, slightly out of date) 80 char rule seems a little rigid.

If you feel strongly enough I'll keep your patch in tact however.

On 12 Aug 2013 18:05, "Mark Brown" <broonie@kernel.org> wrote:
On Mon, Aug 12, 2013 at 05:33:24PM +0100, Lee Jones wrote:
> On Fri, 09 Aug 2013, Mark Brown wrote:

> > -           schedule_delayed_work(&the_tps->work, 0);
> > +           queue_delayed_work(system_power_efficient_wq, &the_tps->work,
> > +                              0);

> ... move this back up onto the line above, if it's all the same to you?

If you do that it'll go over 80 columns, the ',' is the 78th character
already.