staging: most: fix line ending with '(' in video/
authorKhadija Kamran <kamrankhadijadj@gmail.com>
Thu, 23 Mar 2023 19:49:44 +0000 (00:49 +0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Mar 2023 08:47:26 +0000 (09:47 +0100)
commitc35cc254f34503a53d58560367a1eb4ac0a430cc
tree5cfb7c9c1e30b73809fd6154b2041fe350b6695c
parent1acaceb1a43b86a3a8d340c37444214f4bbf0cdd
staging: most: fix line ending with '(' in video/

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 function parameters right after the '(' in the function call
line.

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