From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751626AbdF1OzU (ORCPT ); Wed, 28 Jun 2017 10:55:20 -0400 Received: from muru.com ([72.249.23.125]:46356 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751557AbdF1OzN (ORCPT ); Wed, 28 Jun 2017 10:55:13 -0400 Date: Wed, 28 Jun 2017 07:55:09 -0700 From: Tony Lindgren To: Dan Carpenter Cc: Kishon Vijay Abraham I , Rob Herring , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH] phy: cpcap-usb: remove a stray tab Message-ID: <20170628145508.GD3730@atomide.com> References: <20170628121936.mjupfdpqh7tl3bnk@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170628121936.mjupfdpqh7tl3bnk@mwanda> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Dan Carpenter [170628 05:20]: > This line was indented further that it should have been. > > Signed-off-by: Dan Carpenter Thanks for fixing it: Acked-by: Tony Lindgren > diff --git a/drivers/phy/motorola/phy-cpcap-usb.c b/drivers/phy/motorola/phy-cpcap-usb.c > index 9b63efa5ae4d..accaaaccb662 100644 > --- a/drivers/phy/motorola/phy-cpcap-usb.c > +++ b/drivers/phy/motorola/phy-cpcap-usb.c > @@ -506,7 +506,7 @@ static void cpcap_usb_init_optional_gpios(struct cpcap_phy_ddata *ddata) > if (IS_ERR(ddata->gpio[i])) { > dev_info(ddata->dev, "no mode change GPIO%i: %li\n", > i, PTR_ERR(ddata->gpio[i])); > - ddata->gpio[i] = NULL; > + ddata->gpio[i] = NULL; > } > } > }