lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 25 Sep 2009 12:48:02 +0300
From:	Tiago Vignatti <tiago.vignatti@...ia.com>
To:	ext Randy Dunlap <randy.dunlap@...cle.com>
Cc:	Jaswinder Singh Rajput <jaswinder@...nel.org>,
	Benjamin Herrenschmidt <benh@...nel.crashing.org>,
	Dave Airlie <airlied@...hat.com>,
	Jesse Barnes <jbarnes@...tuousgeek.org>,
	linux-pci <linux-pci@...r.kernel.org>,
	LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] PCI: fix htmldocs pci.c

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@...il.com>
> 
> Ack, but already sent to Jesse & linux-pci mailing list.

got my Ack also.
 
> > Cc: Benjamin Herrenschmidt <benh@...nel.crashing.org>
> > Cc: Tiago Vignatti <tiago.vignatti@...ia.com>
> > Cc: Dave Airlie <airlied@...hat.com>
> > Cc: Jesse Barnes <jbarnes@...tuousgeek.org>
> > Cc: Randy Dunlap <randy.dunlap@...cle.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ