staging: greybus: fix line ending with '('
authorKhadija Kamran <kamrankhadijadj@gmail.com>
Mon, 20 Mar 2023 12:10:34 +0000 (17:10 +0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Mar 2023 09:09:49 +0000 (10:09 +0100)
commitba32601bdb189c13e5fab0f060d67a46805d6e5f
treecaed425cf1d13573503ef8b2fd556a75bb7e2b59
parentdc467faa2305cca067d24315c71d4e12d4e2d679
staging: greybus: fix line ending with '('

Splitting function header to multiple lines because of 80 characters per
line limit, results in ending the function call line with '('.
This leads to CHECK reported by checkpatch.pl

Move the first parameter right after the '(' in the function call line.
Align the rest of the parameters to the opening parenthesis.

Signed-off-by: Khadija Kamran <kamrankhadijadj@gmail.com>
Link: https://lore.kernel.org/r/ZBhNOkQbG4ygNF98@khadija-virtual-machine
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/audio_topology.c