summaryrefslogtreecommitdiff
path: root/drivers/staging
diff options
context:
space:
mode:
authorDorine Tipo <dorine.a.tipo@gmail.com>2024-03-05 12:23:10 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-03-05 17:03:15 +0300
commit3c074b77392e33f14bde40e675de268bb71b468e (patch)
treecd5b8b88b10b4eecc4813484a3155a7ef924150e /drivers/staging
parent7fd0eae5a39f99eafd80ff773c1af012335d32ba (diff)
downloadlinux-3c074b77392e33f14bde40e675de268bb71b468e.tar.xz
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>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/octeon/octeon-stubs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/octeon/octeon-stubs.h b/drivers/staging/octeon/octeon-stubs.h
index 3e7b92cd2e35..44cced319c11 100644
--- a/drivers/staging/octeon/octeon-stubs.h
+++ b/drivers/staging/octeon/octeon-stubs.h
@@ -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;
}