All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dmx3191d: Coding style police
@ 2007-06-22 13:24 Alan Cox
  2007-06-22 13:26 ` Matthew Wilcox
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Cox @ 2007-06-22 13:24 UTC (permalink / raw)
  To: linux-scsi, James.Bottomley


Signed-off-by: Alan Cox <alan@redhat.com>

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.22-rc4-mm2/drivers/scsi/dmx3191d.c linux-2.6.22-rc4-mm2/drivers/scsi/dmx3191d.c
--- linux.vanilla-2.6.22-rc4-mm2/drivers/scsi/dmx3191d.c	2007-06-07 14:24:28.000000000 +0100
+++ linux-2.6.22-rc4-mm2/drivers/scsi/dmx3191d.c	2007-06-14 13:48:18.000000000 +0100
@@ -113,13 +113,13 @@
 	scsi_scan_host(shost);
 	return 0;
 
- out_free_irq:
+out_free_irq:
 	free_irq(shost->irq, shost);
- out_release_region:
+out_release_region:
 	release_region(io, DMX3191D_REGION_LEN);
- out_disable_device:
+out_disable_device:
 	pci_disable_device(pdev);
- out:
+out:
 	return error;
 }
 

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

end of thread, other threads:[~2007-06-22 13:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-22 13:24 [PATCH] dmx3191d: Coding style police Alan Cox
2007-06-22 13:26 ` Matthew Wilcox
2007-06-22 13:58   ` Alan Cox

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.