public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/6] /drivers/ata/pata_cs553*.c: cleanup kerneldoc
@ 2008-11-08  8:32 Qinghuang Feng
  2008-11-11  8:02 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Qinghuang Feng @ 2008-11-08  8:32 UTC (permalink / raw)
  To: rdunlap; +Cc: linux-kernel

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

Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.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
  *
  *	Perform cable detection for ATA66 capable cable. Return a libata
  *	cable type.

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/6] /drivers/ata/pata_cs553*.c: cleanup kerneldoc
  2008-11-08  8:32 [PATCH 2/6] /drivers/ata/pata_cs553*.c: cleanup kerneldoc Qinghuang Feng
@ 2008-11-11  8:02 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2008-11-11  8:02 UTC (permalink / raw)
  To: Qinghuang Feng; +Cc: rdunlap, linux-kernel

Qinghuang Feng wrote:
> no arguments named @deadline in cs5535_cable_detect() and cs5536_cable_detect(), 
> remove them.
> 
> Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-11  8:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-08  8:32 [PATCH 2/6] /drivers/ata/pata_cs553*.c: cleanup kerneldoc Qinghuang Feng
2008-11-11  8:02 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox