Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: octeon: Match parenthesis alignment

Align the function parameters to silence a checkpatch warning.

Signed-off-by: Dorine Tipo <dorine.a.tipo@gmail.com>
Link: https://lore.kernel.org/r/20240305092310.3594-1-dorine.a.tipo@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Dorine Tipo and committed by
Greg Kroah-Hartman
3c074b77 7fd0eae5

+1 -1
+1 -1
drivers/staging/octeon/octeon-stubs.h
··· 1362 1362 } 1363 1363 1364 1364 static inline int cvmx_spi_restart_interface(int interface, 1365 - cvmx_spi_mode_t mode, int timeout) 1365 + cvmx_spi_mode_t mode, int timeout) 1366 1366 { 1367 1367 return 0; 1368 1368 }