From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5CE72C4332F for ; Thu, 8 Dec 2022 16:53:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:References: List-Owner; bh=ivsXirEArxMLCrzi47Ee1lMva9TTlaMUzJgMF6OWHhU=; b=dYnu27FrOLhajG 7UhPGOjZDQFtxSnEOW2nksOe4jdin5y71l+Y7FgUJQ+izIp3RAReAGH/EW3QPcj2g/NNpzl+7tb+1 3hid/ODzwohd+SQPuzpiKizKaMAjER/Tnz5Zf+sxKtCQ8eGl3WMygkS9+hGaOvc0+Hhl+6TR8cGEp huX0GjGatGvIAsRtXRUapFuum5xeO0ZKelerEP65xBo2NcgZP0wQaeaIkFsDhI/JC22Vz6ilIsWLF O5Q792IrMCQYFbP9pDiMKUqxRSKrd4xABM9tF+Xq6m5MD1WPnP/DsbfGPgPs0VAUmZ1/qa/hKcEDQ SlUuaLJi/6aKBjlEguNQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1p3K8C-005fQR-HK; Thu, 08 Dec 2022 16:52:20 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1p3K8A-005fIp-1u for linux-arm-kernel@lists.infradead.org; Thu, 08 Dec 2022 16:52:19 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4268961FEE; Thu, 8 Dec 2022 16:52:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 60D4FC433D2; Thu, 8 Dec 2022 16:52:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1670518334; bh=4WrMdYITldKP0ThbWmM1u/RmubvIhmMNNr2z8jJN90E=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=QqralZ40WP+rgs/esX6RanE0XO06VcT6eO5n8fU9AcAmrKv/mQQi5RxN8oBFDc3qb NdChANi2TyKOr96fVFkEUY5Poe4LL3wBnZQ6vMO5jhWmfdvYU9B21redw52GUbi2ya 3RHQa9FtUA/2bgCIcO/UkiGXCqlQjU8AyWySJc4qP/gOb3WE4i56FjE316zUG6ipsk AxmUQ8w10V9loYNa0h4IXkfM2H3gIQ2wGI35VyRd2xggnB0awkBVvm+nXnN5Sa3bbk zl5d8G5nkvl14CIVuTXnegHx0qT/iCoYokXz8M19ND1cwDxnDpQy32gipG8XMY+huv wpLpaelk4GfsQ== Date: Thu, 8 Dec 2022 10:52:13 -0600 From: Bjorn Helgaas To: Michal Simek Cc: linux-kernel@vger.kernel.org, monstr@monstr.eu, michal.simek@xilinx.com, git@xilinx.com, Bjorn Helgaas , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Lorenzo Pieralisi , Rob Herring , linux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org Subject: Re: [PATCH] PCI: xilinx-nwl: Fix coding style violations Message-ID: <20221208165213.GA1548600@bhelgaas> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <17c75e7003bb8c43a0f45ae3d7c45cac230ef852.1670503129.git.michal.simek@amd.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221208_085218_165792_6D177D74 X-CRM114-Status: GOOD ( 20.03 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Dec 08, 2022 at 01:38:50PM +0100, Michal Simek wrote: > Fix code alignments and remove additional newline. > > Signed-off-by: Michal Simek Since we're up against the merge window, I applied this directly to pci/ctrl/xilinx for v6.2, thanks! > --- > drivers/pci/controller/pcie-xilinx-nwl.c | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > > diff --git a/drivers/pci/controller/pcie-xilinx-nwl.c b/drivers/pci/controller/pcie-xilinx-nwl.c > index 40d070e54ad2..e10a58649bf5 100644 > --- a/drivers/pci/controller/pcie-xilinx-nwl.c > +++ b/drivers/pci/controller/pcie-xilinx-nwl.c > @@ -474,15 +474,15 @@ static int nwl_irq_domain_alloc(struct irq_domain *domain, unsigned int virq, > > for (i = 0; i < nr_irqs; i++) { > irq_domain_set_info(domain, virq + i, bit + i, &nwl_irq_chip, > - domain->host_data, handle_simple_irq, > - NULL, NULL); > + domain->host_data, handle_simple_irq, > + NULL, NULL); > } > mutex_unlock(&msi->lock); > return 0; > } > > static void nwl_irq_domain_free(struct irq_domain *domain, unsigned int virq, > - unsigned int nr_irqs) > + unsigned int nr_irqs) > { > struct irq_data *data = irq_domain_get_irq_data(domain, virq); > struct nwl_pcie *pcie = irq_data_get_irq_chip_data(data); > @@ -722,7 +722,6 @@ static int nwl_pcie_bridge_init(struct nwl_pcie *pcie) > /* Enable all misc interrupts */ > nwl_bridge_writel(pcie, MSGF_MISC_SR_MASKALL, MSGF_MISC_MASK); > > - > /* Disable all legacy interrupts */ > nwl_bridge_writel(pcie, (u32)~MSGF_LEG_SR_MASKALL, MSGF_LEG_MASK); > > -- > 2.36.1 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel