mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-15 19:01:45 -04:00
staging: bcm2835-audio: Move open brace to correct line
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ab7cfdbb74
commit
99f36b1810
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user