From: Peter Ujfalusi Date: Wed, 7 Dec 2011 13:31:26 +0000 (+0200) Subject: ASoC: sdp4430: Correct author e-mail address X-Git-Tag: v3.4-rc1~88^2^2~40 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8747a6b7d5685ebb64f1ec4d58d9b1969df3e34d;p=karo-tx-linux.git ASoC: sdp4430: Correct author e-mail address Signed-off-by: Peter Ujfalusi Acked-by: Mark Brown --- diff --git a/sound/soc/omap/sdp4430.c b/sound/soc/omap/sdp4430.c index 175ba9a04edf..ceadb137bf4f 100644 --- a/sound/soc/omap/sdp4430.c +++ b/sound/soc/omap/sdp4430.c @@ -1,7 +1,7 @@ /* * sdp4430.c -- SoC audio for TI OMAP4430 SDP * - * Author: Misael Lopez Cruz + * Author: Misael Lopez Cruz * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -273,7 +273,7 @@ static void __exit sdp4430_soc_exit(void) } module_exit(sdp4430_soc_exit); -MODULE_AUTHOR("Misael Lopez Cruz "); +MODULE_AUTHOR("Misael Lopez Cruz "); MODULE_DESCRIPTION("ALSA SoC SDP4430"); MODULE_LICENSE("GPL");