public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Tiago Vignatti <tiago.vignatti@nokia.com>
To: ext Randy Dunlap <randy.dunlap@oracle.com>
Cc: Jaswinder Singh Rajput <jaswinder@kernel.org>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	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: Fri, 25 Sep 2009 12:48:02 +0300	[thread overview]
Message-ID: <20090925094802.GB2854@cachaca> (raw)
In-Reply-To: <4ABB9627.9040708@oracle.com>

On Thu, Sep 24, 2009 at 05:54:15PM +0200, ext Randy Dunlap wrote:
> 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.

got my Ack also.
 
> > 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)
            Tiago

      reply	other threads:[~2009-09-25  9:49 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
2009-09-25  9:48   ` Tiago Vignatti [this message]

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=20090925094802.GB2854@cachaca \
    --to=tiago.vignatti@nokia.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=randy.dunlap@oracle.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