Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752516AbaBLAnT (ORCPT ); Tue, 11 Feb 2014 19:43:19 -0500 Received: from mail-ie0-f180.google.com ([209.85.223.180]:57105 "EHLO mail-ie0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751869AbaBLAnQ (ORCPT ); Tue, 11 Feb 2014 19:43:16 -0500 Date: Tue, 11 Feb 2014 17:43:14 -0700 From: Bjorn Helgaas To: Randy Dunlap Cc: LKML , linux-pci , Linus Torvalds Subject: Re: [PATCH] pci: fix kernel-doc notation warning Message-ID: <20140212004314.GG21057@google.com> References: <52EF06C0.1050104@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52EF06C0.1050104@infradead.org> 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 Sun, Feb 02, 2014 at 07:02:24PM -0800, Randy Dunlap wrote: > From: Randy Dunlap > > Fix a "blank" kernel-doc line to have an asterisk instead of > being totally empty. This fixes the kernel-doc warning: > > Warning(drivers/pci/msi.c:962): bad line: > > Signed-off-by: Randy Dunlap I applied this fix already (but it's not in -next yet): http://git.kernel.org/cgit/linux/kernel/git/helgaas/pci.git/commit/?h=pci/msi&id=39af663b5fd25c9dd427e12e106763b6b4f9572c Thanks! Bjorn > --- > drivers/pci/msi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- lnx-314-rc1.orig/drivers/pci/msi.c > +++ lnx-314-rc1/drivers/pci/msi.c > @@ -959,7 +959,7 @@ EXPORT_SYMBOL(pci_disable_msi); > /** > * pci_msix_vec_count - return the number of device's MSI-X table entries > * @dev: pointer to the pci_dev data structure of MSI-X device function > - > + * > * This function returns the number of device's MSI-X table entries and > * therefore the number of MSI-X vectors device is capable of sending. > * It returns a negative errno if the device is not capable of sending MSI-X -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/