From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756654AbcIPHhR (ORCPT ); Fri, 16 Sep 2016 03:37:17 -0400 Received: from mx0a-001ae601.pphosted.com ([67.231.149.25]:52558 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752388AbcIPHhQ (ORCPT ); Fri, 16 Sep 2016 03:37:16 -0400 Authentication-Results: ppops.net; spf=none smtp.mailfrom=ckeepax@opensource.wolfsonmicro.com Date: Fri, 16 Sep 2016 08:37:15 +0100 From: Charles Keepax To: Viresh Kumar CC: Lee Jones , , "Mark Brown" , Krzysztof =?utf-8?Q?Koz=C5=82owski?= , , Subject: Re: [PATCH V2 1/3] mfd: wm8994-core: don't split lines unnecessarily Message-ID: <20160916073715.GS21682@localhost.localdomain> 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.23 (2014-03-12) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1609020000 definitions=main-1609160095 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 16, 2016 at 08:56:58AM +0530, Viresh Kumar wrote: > These can fit in a single line (80 columns), don't split lines > unnecessarily. > > Signed-off-by: Viresh Kumar > > --- Acked-by: Charles Keepax Thanks, Charles