2008-11-08 08:32:26

by Qinghuang Feng

[permalink] [raw]
Subject: [PATCH 2/6] /drivers/ata/pata_cs553*.c: cleanup kerneldoc

no arguments named @deadline in cs5535_cable_detect() and cs5536_cable_detect(),
remove them.

Signed-off-by: Qinghuang Feng <[email protected]>
---
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
*
* Perform cable detection for ATA66 capable cable. Return a libata
* cable type.


2008-11-11 08:02:55

by Jeff Garzik

[permalink] [raw]
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 <[email protected]>
> ---
> 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