staging: bcm2835-audio: Move open brace to correct line
authorSimon Sandström <simon@nikanor.nu>
Tue, 7 Feb 2017 11:01:46 +0000 (12:01 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2017 12:14:30 +0000 (13:14 +0100)
Fixes checkpatch error "open brace { should be on the previous line".

Signed-off-by: Simon Sandström <simon@nikanor.nu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm2835-audio/bcm2835.c

index 124fb93..e94dda2 100644 (file)
@@ -219,8 +219,7 @@ static struct platform_driver bcm2835_alsa0_driver = {
        .suspend = snd_bcm2835_alsa_suspend,
        .resume = snd_bcm2835_alsa_resume,
 #endif
-       .driver =
-       {
+       .driver = {
                .name = "bcm2835_AUD0",
                .owner = THIS_MODULE,
                .of_match_table = snd_bcm2835_of_match_table,