Staging: greybus: Fix lines ending with '('
authorSumitra Sharma <sumitraartsy@gmail.com>
Sun, 19 Mar 2023 16:45:20 +0000 (09:45 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Mar 2023 09:09:34 +0000 (10:09 +0100)
commitdc467faa2305cca067d24315c71d4e12d4e2d679
treeec1f0d1d3a17bf41654ef0ed050f4c1e0ba8e63e
parentf4a8e711a66bd03681d61949181223c3437d5a87
Staging: greybus: Fix lines ending with '('

The coding style used to limit lines to 80 characters,
which led to splitting of these function headers into multiple
lines and ends the first line with a '('.
Such splits causes checks reported by the checkpatch.

Place the function parameters of each function immediately after
'(' in a single line to align the function headers.

Signed-off-by: Sumitra Sharma <sumitraartsy@gmail.com>
Link: https://lore.kernel.org/r/20230319164520.GA125117@sumitra.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/audio_manager_module.c