Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760296AbcLPKsh (ORCPT ); Fri, 16 Dec 2016 05:48:37 -0500 Received: from mga07.intel.com ([134.134.136.100]:59718 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759680AbcLPKs3 (ORCPT ); Fri, 16 Dec 2016 05:48:29 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,357,1477983600"; d="scan'208";a="203276262" Subject: Re: [PATCH v4] i2c: designware: Cleaning and comment style fixes. To: Luis Oliveira , wsa@the-dreams.de, robh+dt@kernel.org, mark.rutland@arm.com, andriy.shevchenko@linux.intel.com, mika.westerberg@linux.intel.com, linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <928f25ad1fb39ec458758070d100852f7e47f1bb.1481881774.git.lolivei@synopsys.com> Cc: Ramiro.Oliveira@synopsys.com, Joao.Pinto@synopsys.com, CARLOS.PALMINHA@synopsys.com From: Jarkko Nikula Message-ID: Date: Fri, 16 Dec 2016 12:48:21 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.4.0 MIME-Version: 1.0 In-Reply-To: <928f25ad1fb39ec458758070d100852f7e47f1bb.1481881774.git.lolivei@synopsys.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 455 Lines: 12 On 12/16/2016 11:54 AM, Luis Oliveira wrote: > The purpose of this commit is to fix some comments and styling issues in the > existing code due to the need of reuse this code. What is being made here is: > ./scripts/checkpatch.pl complains about this. Following in ~/.vimrc will help if vim is your editor for git commit: autocmd Filetype gitcommit set textwidth=72 Although not that big issue. Acked-by: Jarkko Nikula