linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pci: fix kernel-doc notation warning
@ 2014-02-03  3:02 Randy Dunlap
  2014-02-12  0:43 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2014-02-03  3:02 UTC (permalink / raw)
  To: LKML; +Cc: linux-pci, Bjorn Helgaas, Linus Torvalds

From: Randy Dunlap <rdunlap@infradead.org>

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 <rdunlap@infradead.org>
---
 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] pci: fix kernel-doc notation warning
  2014-02-03  3:02 [PATCH] pci: fix kernel-doc notation warning Randy Dunlap
@ 2014-02-12  0:43 ` Bjorn Helgaas
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2014-02-12  0:43 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: LKML, linux-pci, Linus Torvalds

On Sun, Feb 02, 2014 at 07:02:24PM -0800, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> 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 <rdunlap@infradead.org>

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-12  0:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-03  3:02 [PATCH] pci: fix kernel-doc notation warning Randy Dunlap
2014-02-12  0:43 ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).