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:	Tue, 11 Nov 2008 03:02:39 -0500
From:	Jeff Garzik <jeff@...zik.org>
To:	Qinghuang Feng <qhfeng.kernel@...il.com>
CC:	rdunlap@...otime.net, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/6] /drivers/ata/pata_cs553*.c: cleanup kerneldoc

Qinghuang Feng wrote:
> no arguments named @deadline in cs5535_cable_detect() and cs5536_cable_detect(), 
> remove them.
> 
> Signed-off-by: Qinghuang Feng <qhfeng.kernel@...il.com>
> ---
> diff --git a/drivers/ata/pata_cs5535.c b/drivers/ata/pata_cs5535.c
> index 1b2d4a0..8b236af 100644
> --- a/drivers/ata/pata_cs5535.c
> +++ b/drivers/ata/pata_cs5535.c
> @@ -72,7 +72,6 @@
>  /**
>   *	cs5535_cable_detect	-	detect cable type
>   *	@ap: Port to detect on
> - *	@deadline: deadline jiffies for the operation
>   *
>   *	Perform cable detection for ATA66 capable cable. Return a libata
>   *	cable type.
> diff --git a/drivers/ata/pata_cs5536.c b/drivers/ata/pata_cs5536.c
> index 73f8332..afed929 100644
> --- a/drivers/ata/pata_cs5536.c
> +++ b/drivers/ata/pata_cs5536.c
> @@ -110,7 +110,6 @@ static inline int cs5536_write(struct pci_dev *pdev, int reg, int val)
>  /**
>   *	cs5536_cable_detect	-	detect cable type
>   *	@ap: Port to detect on
> - *	@deadline: deadline jiffies for the operation
>   *

applied


--
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