Commit 3c074b77 authored by Dorine Tipo's avatar Dorine Tipo Committed by Greg Kroah-Hartman

Staging: octeon: Match parenthesis alignment

Align the function parameters to silence a checkpatch warning.
Signed-off-by: default avatarDorine Tipo <dorine.a.tipo@gmail.com>
Link: https://lore.kernel.org/r/20240305092310.3594-1-dorine.a.tipo@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7fd0eae5
......@@ -1362,7 +1362,7 @@ static inline struct cvmx_wqe *cvmx_pow_work_request_sync(cvmx_pow_wait_t wait)
}
static inline int cvmx_spi_restart_interface(int interface,
cvmx_spi_mode_t mode, int timeout)
cvmx_spi_mode_t mode, int timeout)
{
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment