Staging: octeon: Match parenthesis alignment
authorDorine Tipo <dorine.a.tipo@gmail.com>
Tue, 5 Mar 2024 09:23:10 +0000 (09:23 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Mar 2024 14:03:15 +0000 (14:03 +0000)
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>
drivers/staging/octeon/octeon-stubs.h

index 3e7b92c..44cced3 100644 (file)
@@ -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;
 }