mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 22:21:42 +00:00
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>
This commit is contained in:
parent
752cbd8f19
commit
f4a8e711a6
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user