From: Mark Brown Date: Tue, 31 Jul 2012 17:37:30 +0000 (+0100) Subject: ASoC: wm9712: Fix funky indentation X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9a37eae230e7350ba803801404a022e098016e56;p=linux-beck.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 f16fb361a4eb..3fefa6e8e451 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,