Staging: octeon: Fix line ending with '('
authorSumitra Sharma <sumitraartsy@gmail.com>
Fri, 17 Mar 2023 05:24:55 +0000 (22:24 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Mar 2023 07:14:46 +0000 (08:14 +0100)
commitf4a8e711a66bd03681d61949181223c3437d5a87
tree0a8fa321ef7a136e16a6a1ee4751c5d0b14c4840
parent752cbd8f191678e86aa754f795546b7f06b7f171
Staging: octeon: Fix line ending with '('

Since the coding style limited the code to 80 columns per line which caused
splitting the function header into two lines resulted in the first line
ending with a '('. This caused the checkpatch error.

Place the function parameters immediately after '(' in a single
line to align the function header.

Signed-off-by: Sumitra Sharma <sumitraartsy@gmail.com>
Link: https://lore.kernel.org/r/20230317052455.GA83442@sumitra.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon/octeon-stubs.h