summaryrefslogtreecommitdiff
path: root/drivers/staging/octeon
diff options
context:
space:
mode:
authorSumitra Sharma <sumitraartsy@gmail.com>2023-03-17 08:24:55 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-03-17 10:14:46 +0300
commitf4a8e711a66bd03681d61949181223c3437d5a87 (patch)
tree0a8fa321ef7a136e16a6a1ee4751c5d0b14c4840 /drivers/staging/octeon
parent752cbd8f191678e86aa754f795546b7f06b7f171 (diff)
downloadlinux-f4a8e711a66bd03681d61949181223c3437d5a87.tar.xz
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>
Diffstat (limited to 'drivers/staging/octeon')
-rw-r--r--drivers/staging/octeon/octeon-stubs.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/staging/octeon/octeon-stubs.h b/drivers/staging/octeon/octeon-stubs.h
index 7a02e59e283f..3e7b92cd2e35 100644
--- a/drivers/staging/octeon/octeon-stubs.h
+++ b/drivers/staging/octeon/octeon-stubs.h
@@ -1372,9 +1372,7 @@ static inline void cvmx_fau_async_fetch_and_add32(uint64_t scraddr,
int32_t value)
{ }
-static inline union cvmx_gmxx_rxx_rx_inbnd cvmx_spi4000_check_speed(
- int interface,
- int port)
+static inline union cvmx_gmxx_rxx_rx_inbnd cvmx_spi4000_check_speed(int interface, int port)
{
union cvmx_gmxx_rxx_rx_inbnd r;