From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Helgaas Subject: Re: [patch] PCI: rockchip: Indent an if statement Date: Wed, 12 Oct 2016 07:18:45 -0500 Message-ID: <20161012121845.GA21211@localhost> References: <20161012105409.GA19070@mwanda> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20161012105409.GA19070@mwanda> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+glpar-linux-rockchip=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Dan Carpenter Cc: Heiko Stuebner , linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Shawn Lin , Wenrui Li , kernel-janitors-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Bjorn Helgaas List-Id: linux-rockchip.vger.kernel.org On Wed, Oct 12, 2016 at 01:54:09PM +0300, Dan Carpenter wrote: > The if statement wasn't intended. Add a tab. > > Signed-off-by: Dan Carpenter Applied to pci/host-rockchip for v4.9, thanks, Dan. > diff --git a/drivers/pci/host/pcie-rockchip.c b/drivers/pci/host/pcie-rockchip.c > index b8c82fc..f54ef1e 100644 > --- a/drivers/pci/host/pcie-rockchip.c > +++ b/drivers/pci/host/pcie-rockchip.c > @@ -972,7 +972,7 @@ static int rockchip_pcie_prog_ob_atu(struct rockchip_pcie *rockchip, > return -EINVAL; > if (region_no == 0) { > if (AXI_REGION_0_SIZE < (2ULL << num_pass_bits)) > - return -EINVAL; > + return -EINVAL; > } > if (region_no != 0) { > if (AXI_REGION_SIZE < (2ULL << num_pass_bits)) > -- > To unsubscribe from this list: send the line "unsubscribe linux-pci" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html