staging: ks7010: fix line ending with '('
authorKhadija Kamran <kamrankhadijadj@gmail.com>
Wed, 22 Mar 2023 13:36:03 +0000 (18:36 +0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Mar 2023 08:47:56 +0000 (09:47 +0100)
commitd24927f43b9f3f3994ddf075caee531391c56559
tree0d2efd2be45b337f319dd0fc193d2d75edcbe291
parentbb75546bb630d2fccd39dfcf691a9cb73cfbc7d9
staging: ks7010: 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/ZBsEQzL3Oidsmg/L@khadija-virtual-machine
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_hostif.c