linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ALSA][5/6] Misc cleanups
@ 2004-03-15 19:27 davej
  0 siblings, 0 replies; only message in thread
From: davej @ 2004-03-15 19:27 UTC (permalink / raw)
  To: linux-kernel

Miscellaneous junk, indentation fixes and the like.

		Dave

--- linux-2.6.4/sound/isa/sb/es968.c~	2004-03-15 18:21:46.000000000 +0000
+++ linux-2.6.4/sound/isa/sb/es968.c	2004-03-15 18:22:23.000000000 +0000
@@ -203,8 +203,8 @@
 			return res;
 		dev++;
 		return 0;
-        }
-        return -ENODEV;
+	}
+	return -ENODEV;
 }
 
 static void __devexit snd_es968_pnp_remove(struct pnp_card_link * pcard)
--- linux-2.6.4/sound/isa/dt019x.c~	2004-03-15 18:44:03.000000000 +0000
+++ linux-2.6.4/sound/isa/dt019x.c	2004-03-15 18:44:24.000000000 +0000
@@ -296,8 +296,8 @@
 			return res;
 		dev++;
 		return 0;
-        }
-        return -ENODEV;
+	}
+	return -ENODEV;
 }
 
 static void __devexit snd_dt019x_pnp_remove(struct pnp_card_link * pcard)



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-03-15 19:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-15 19:27 [ALSA][5/6] Misc cleanups davej

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