Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936667AbcLOPxO (ORCPT ); Thu, 15 Dec 2016 10:53:14 -0500 Received: from us01smtprelay-2.synopsys.com ([198.182.60.111]:36829 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755300AbcLOPxM (ORCPT ); Thu, 15 Dec 2016 10:53:12 -0500 Subject: Re: [PATCH v2] i2c: designware: Cleaning and comment style fixes. To: Peter Rosin , Luis Oliveira , , , , , , , , , References: CC: , , From: Luis Oliveira Message-ID: <6fc278a6-dc22-37f8-0868-9f4359cfecf8@synopsys.com> Date: Thu, 15 Dec 2016 15:53:07 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.107.25.127] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 647 Lines: 23 On 15-Dec-16 15:17, Peter Rosin wrote: > On 2016-12-15 15:38, Luis Oliveira wrote: >> diff --git a/drivers/i2c/busses/i2c-designware-core.h b/drivers/i2c/busses/i2c-designware-core.h >> index 26250b425e2f..3cb81fca7738 100644 >> --- a/drivers/i2c/busses/i2c-designware-core.h >> +++ b/drivers/i2c/busses/i2c-designware-core.h >> @@ -36,7 +36,7 @@ >> #define DW_IC_CON_SPEED_FAST 0x4 >> #define DW_IC_CON_SPEED_HIGH 0x6 >> #define DW_IC_CON_SPEED_MASK 0x6 >> -#define DW_IC_CON_10BITADDR_MASTER 0x10 >> +#define DW_IC_CON_10BITADDR_MASTER 0x10 > > How is this an improvement? It is not, I will fix it. Thanks, Luis > > Cheers, > peda >