[ALSA][5/6] Misc cleanups

From: davej
Date: Mon Mar 15 2004 - 14:36:04 EST


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)


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/