[PATCH v2 4/8] staging: bcm2835-audio: Move open brace to correct line

Simon Sandström simon at nikanor.nu
Tue Feb 7 11:01:46 UTC 2017


Fixes checkpatch error "open brace { should be on the previous line".

Signed-off-by: Simon Sandström <simon at nikanor.nu>
---
 drivers/staging/bcm2835-audio/bcm2835.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/bcm2835-audio/bcm2835.c b/drivers/staging/bcm2835-audio/bcm2835.c
index 124fb938d1c1..e94dda297d8e 100644
--- a/drivers/staging/bcm2835-audio/bcm2835.c
+++ b/drivers/staging/bcm2835-audio/bcm2835.c
@@ -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,
-- 
2.11.0



More information about the devel mailing list