From: Mark Brown Date: Tue, 31 Jul 2012 17:37:30 +0000 (+0100) Subject: ASoC: wm9712: Fix funky indentation X-Git-Tag: v3.7-rc1~81^2~14^2~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a37eae230e7350ba803801404a022e098016e56;p=thirdparty%2Fkernel%2Flinux.git ASoC: wm9712: Fix funky indentation Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm9712.c b/sound/soc/codecs/wm9712.c index f16fb361a4eb8..3fefa6e8e4515 100644 --- a/sound/soc/codecs/wm9712.c +++ b/sound/soc/codecs/wm9712.c @@ -684,8 +684,8 @@ static int __devexit wm9712_remove(struct platform_device *pdev) static struct platform_driver wm9712_codec_driver = { .driver = { - .name = "wm9712-codec", - .owner = THIS_MODULE, + .name = "wm9712-codec", + .owner = THIS_MODULE, }, .probe = wm9712_probe,