Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751777Ab3IZFvi (ORCPT ); Thu, 26 Sep 2013 01:51:38 -0400 Received: from mail-qa0-f42.google.com ([209.85.216.42]:62394 "EHLO mail-qa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751112Ab3IZFvg (ORCPT ); Thu, 26 Sep 2013 01:51:36 -0400 MIME-Version: 1.0 In-Reply-To: <52435DA4.3080204@linaro.org> References: <52435DA4.3080204@linaro.org> Date: Thu, 26 Sep 2013 11:21:35 +0530 Message-ID: Subject: Re: [PATCH 11/21] cpuidle: replace multiline statements with single line in cpuidle_idle_call() From: Viresh Kumar To: Daniel Lezcano Cc: "Rafael J. Wysocki" , Lists linaro-kernel , Patch Tracking , "linux-pm@vger.kernel.org" , Linux Kernel Mailing List Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 885 Lines: 21 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.. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/