public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: Jaswinder Singh Rajput <jaswinder@kernel.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Tiago Vignatti <tiago.vignatti@nokia.com>,
	Dave Airlie <airlied@redhat.com>,
	Jesse Barnes <jbarnes@virtuousgeek.org>,
	linux-pci <linux-pci@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] PCI: fix htmldocs pci.c
Date: Thu, 24 Sep 2009 08:54:15 -0700	[thread overview]
Message-ID: <4ABB9627.9040708@oracle.com> (raw)
In-Reply-To: <1253798147.10654.3.camel@ht.satnam>

Jaswinder Singh Rajput wrote:
> Fix the following htmldocs warnings:
> 
>   Warning(drivers/pci/pci.c:2552): No description found for parameter 'dev'
>   Warning(drivers/pci/pci.c:2552): No description found for parameter 'decode'
>   Warning(drivers/pci/pci.c:2552): No description found for parameter 'command_bits'
>   Warning(drivers/pci/pci.c:2552): No description found for parameter 'change_bridge'
> 
> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>

Ack, but already sent to Jesse & linux-pci mailing list.

> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
> Cc: Tiago Vignatti <tiago.vignatti@nokia.com>
> Cc: Dave Airlie <airlied@redhat.com>
> Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
> Cc: Randy Dunlap <randy.dunlap@oracle.com>
> ---
>  drivers/pci/pci.c |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
> index 6edecff..67288ec 100644
> --- a/drivers/pci/pci.c
> +++ b/drivers/pci/pci.c
> @@ -2542,10 +2542,10 @@ int pci_resource_bar(struct pci_dev *dev, int resno, enum pci_bar_type *type)
>  
>  /**
>   * pci_set_vga_state - set VGA decode state on device and parents if requested
> - * @dev the PCI device
> - * @decode - true = enable decoding, false = disable decoding
> - * @command_bits PCI_COMMAND_IO and/or PCI_COMMAND_MEMORY
> - * @change_bridge - traverse ancestors and change bridges
> + * @dev: the PCI device
> + * @decode: true = enable decoding, false = disable decoding
> + * @command_bits: PCI_COMMAND_IO and/or PCI_COMMAND_MEMORY
> + * @change_bridge: traverse ancestors and change bridges
>   */
>  int pci_set_vga_state(struct pci_dev *dev, bool decode,
>  		      unsigned int command_bits, bool change_bridge)


  reply	other threads:[~2009-09-24 15:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-24 13:15 [PATCH] PCI: fix htmldocs pci.c Jaswinder Singh Rajput
2009-09-24 15:54 ` Randy Dunlap [this message]
2009-09-25  9:48   ` Tiago Vignatti

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4ABB9627.9040708@oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=airlied@redhat.com \
    --cc=benh@kernel.crashing.org \
    --cc=jaswinder@kernel.org \
    --cc=jbarnes@virtuousgeek.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=tiago.vignatti@nokia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox