Re: [PATCH 11/21] cpuidle: replace multiline statements with singleline in cpuidle_idle_call()

From: Viresh Kumar
Date: Thu Sep 26 2013 - 01:51:40 EST


On 26 September 2013 03:33, Daniel Lezcano <daniel.lezcano@xxxxxxxxxx> wrote:
> I splitted these lines because they have 81 cols.

>> - clockevents_notify(CLOCK_EVT_NOTIFY_BROADCAST_ENTER,
>> - &dev->cpu);
>> + clockevents_notify(CLOCK_EVT_NOTIFY_BROADCAST_ENTER, &dev->cpu);

This one comes in 80 columns

>> - clockevents_notify(CLOCK_EVT_NOTIFY_BROADCAST_EXIT,
>> - &dev->cpu);
>> + clockevents_notify(CLOCK_EVT_NOTIFY_BROADCAST_EXIT, &dev->cpu);

And this one in 79..

And so I did this change.. I have checked it again now..
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/