linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 12/62] drivers/ata: Remove unnecessary semicolons
       [not found] <cover.1246173664.git.joe@perches.com>
@ 2009-06-28 16:26 ` Joe Perches
  2009-07-29  1:17   ` Jeff Garzik
  2009-06-28 16:26 ` [PATCH 19/62] drivers/ide: " Joe Perches
  1 sibling, 1 reply; 3+ messages in thread
From: Joe Perches @ 2009-06-28 16:26 UTC (permalink / raw)
  To: linux-kernel; +Cc: trivial, Andrew Morton, Jeff Garzik, linux-ide

Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/ata/pata_octeon_cf.c |    2 +-
 drivers/ata/sata_inic162x.c  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/ata/pata_octeon_cf.c b/drivers/ata/pata_octeon_cf.c
index 8d9343a..fc50dec 100644
--- a/drivers/ata/pata_octeon_cf.c
+++ b/drivers/ata/pata_octeon_cf.c
@@ -213,7 +213,7 @@ static void octeon_cf_set_dmamode(struct ata_port *ap, struct ata_device *dev)
 	 * This is tI, C.F. spec. says 0, but Sony CF card requires
 	 * more, we use 20 nS.
 	 */
-	dma_tim.s.dmack_s = ns_to_tim_reg(tim_mult, 20);;
+	dma_tim.s.dmack_s = ns_to_tim_reg(tim_mult, 20);
 	dma_tim.s.dmack_h = ns_to_tim_reg(tim_mult, dma_ackh);
 
 	dma_tim.s.dmarq = dma_arq;
diff --git a/drivers/ata/sata_inic162x.c b/drivers/ata/sata_inic162x.c
index 8d890cc..4406902 100644
--- a/drivers/ata/sata_inic162x.c
+++ b/drivers/ata/sata_inic162x.c
@@ -405,7 +405,7 @@ static irqreturn_t inic_interrupt(int irq, void *dev_instance)
 	struct ata_host *host = dev_instance;
 	struct inic_host_priv *hpriv = host->private_data;
 	u16 host_irq_stat;
-	int i, handled = 0;;
+	int i, handled = 0;
 
 	host_irq_stat = readw(hpriv->mmio_base + HOST_IRQ_STAT);
 
-- 
1.6.3.1.10.g659a0.dirty


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

* [PATCH 19/62] drivers/ide: Remove unnecessary semicolons
       [not found] <cover.1246173664.git.joe@perches.com>
  2009-06-28 16:26 ` [PATCH 12/62] drivers/ata: Remove unnecessary semicolons Joe Perches
@ 2009-06-28 16:26 ` Joe Perches
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Perches @ 2009-06-28 16:26 UTC (permalink / raw)
  To: linux-kernel; +Cc: trivial, Andrew Morton, David S. Miller, linux-ide

Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/ide/ide-probe.c |    2 +-
 drivers/ide/umc8672.c   |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/ide/ide-probe.c b/drivers/ide/ide-probe.c
index 1bb106f..20120fd 100644
--- a/drivers/ide/ide-probe.c
+++ b/drivers/ide/ide-probe.c
@@ -1201,7 +1201,7 @@ static int ide_find_port_slot(const struct ide_port_info *d)
 {
 	int idx = -ENOENT;
 	u8 bootable = (d && (d->host_flags & IDE_HFLAG_NON_BOOTABLE)) ? 0 : 1;
-	u8 i = (d && (d->host_flags & IDE_HFLAG_QD_2ND_PORT)) ? 1 : 0;;
+	u8 i = (d && (d->host_flags & IDE_HFLAG_QD_2ND_PORT)) ? 1 : 0;
 
 	/*
 	 * Claim an unassigned slot.
diff --git a/drivers/ide/umc8672.c b/drivers/ide/umc8672.c
index 0608d41..60f936e 100644
--- a/drivers/ide/umc8672.c
+++ b/drivers/ide/umc8672.c
@@ -170,9 +170,9 @@ static int __init umc8672_init(void)
 		goto out;
 
 	if (umc8672_probe() == 0)
-		return 0;;
+		return 0;
 out:
-	return -ENODEV;;
+	return -ENODEV;
 }
 
 module_init(umc8672_init);
-- 
1.6.3.1.10.g659a0.dirty


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

* Re: [PATCH 12/62] drivers/ata: Remove unnecessary semicolons
  2009-06-28 16:26 ` [PATCH 12/62] drivers/ata: Remove unnecessary semicolons Joe Perches
@ 2009-07-29  1:17   ` Jeff Garzik
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2009-07-29  1:17 UTC (permalink / raw)
  To: Joe Perches; +Cc: linux-kernel, trivial, Andrew Morton, linux-ide

Joe Perches wrote:
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
>  drivers/ata/pata_octeon_cf.c |    2 +-
>  drivers/ata/sata_inic162x.c  |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

applied

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

end of thread, other threads:[~2009-07-29  1:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <cover.1246173664.git.joe@perches.com>
2009-06-28 16:26 ` [PATCH 12/62] drivers/ata: Remove unnecessary semicolons Joe Perches
2009-07-29  1:17   ` Jeff Garzik
2009-06-28 16:26 ` [PATCH 19/62] drivers/ide: " Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).