From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752844AbcJCK41 (ORCPT ); Mon, 3 Oct 2016 06:56:27 -0400 Received: from mail-pa0-f44.google.com ([209.85.220.44]:34559 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751583AbcJCK4U (ORCPT ); Mon, 3 Oct 2016 06:56:20 -0400 Date: Mon, 3 Oct 2016 16:26:15 +0530 From: Viresh Kumar To: Lee Jones Cc: linaro-kernel@lists.linaro.org, Mark Brown , Krzysztof =?utf-8?Q?Koz=C5=82owski?= , Charles Keepax , patches@opensource.wolfsonmicro.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH V2 1/3] mfd: wm8994-core: don't split lines unnecessarily Message-ID: <20161003105615.GB4664@vireshk-i7> References: <7d68a9e5dd338081342dd8b06310c2f3e61fccc0.1473996370.git.viresh.kumar@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7d68a9e5dd338081342dd8b06310c2f3e61fccc0.1473996370.git.viresh.kumar@linaro.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16-09-16, 08:56, Viresh Kumar wrote: > These can fit in a single line (80 columns), don't split lines > unnecessarily. > > Signed-off-by: Viresh Kumar > > --- > V1->V2: New patch > --- > drivers/mfd/wm8994-core.c | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) Ping!! -- viresh