From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933321AbcI3PPH (ORCPT ); Fri, 30 Sep 2016 11:15:07 -0400 Received: from mail.kernel.org ([198.145.29.136]:42402 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932237AbcI3PPG (ORCPT ); Fri, 30 Sep 2016 11:15:06 -0400 Date: Fri, 30 Sep 2016 10:14:57 -0500 From: Bjorn Helgaas To: Cao jin Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, bhelgaas@google.com, bigeasy@linutronix.de Subject: Re: [PATCH] aer: function comments cleanup Message-ID: <20160930151457.GA15920@localhost> References: <1475203977-21926-1-git-send-email-caoj.fnst@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1475203977-21926-1-git-send-email-caoj.fnst@cn.fujitsu.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 30, 2016 at 10:52:57AM +0800, Cao jin wrote: > Signed-off-by: Cao jin Applied to pci/aer for v4.9, thanks! > --- > drivers/pci/pcie/aer/aerdrv.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/pci/pcie/aer/aerdrv.c b/drivers/pci/pcie/aer/aerdrv.c > index 48d21e0..20eea86 100644 > --- a/drivers/pci/pcie/aer/aerdrv.c > +++ b/drivers/pci/pcie/aer/aerdrv.c > @@ -294,7 +294,6 @@ static void aer_remove(struct pcie_device *dev) > /** > * aer_probe - initialize resources > * @dev: pointer to the pcie_dev data structure > - * @id: pointer to the service id data structure > * > * Invoked when PCI Express bus loads AER service driver. > */ > -- > 2.1.0 > > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-pci" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html