From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756176Ab3IZHz0 (ORCPT ); Thu, 26 Sep 2013 03:55:26 -0400 Received: from mail-wi0-f174.google.com ([209.85.212.174]:59762 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751550Ab3IZHzW (ORCPT ); Thu, 26 Sep 2013 03:55:22 -0400 Message-ID: <5243E866.1000909@linaro.org> Date: Thu, 26 Sep 2013 09:55:18 +0200 From: Daniel Lezcano User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Viresh Kumar CC: "Rafael J. Wysocki" , Lists linaro-kernel , Patch Tracking , "linux-pm@vger.kernel.org" , Linux Kernel Mailing List Subject: Re: [PATCH 11/21] cpuidle: replace multiline statements with single line in cpuidle_idle_call() References: <52435DA4.3080204@linaro.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/26/2013 07:51 AM, Viresh Kumar wrote: > On 26 September 2013 03:33, Daniel Lezcano 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.. Well I have 81 with Vi and 80 with Emacs :) May be some tabs converted to spaces ... Anyway if it fits 80 cols then it is ok. -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog