public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH] Staging: octeon: Fix Lines should not end with a '('
@ 2023-03-16 13:06 Sumitra Sharma
  2023-03-16 14:30 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Sumitra Sharma @ 2023-03-16 13:06 UTC (permalink / raw)
  To: gregkh, linux-staging, linux-kernel; +Cc: outreachy

checkpatch.pl CHECK: Lines should not end with a '('

Signed-off-by: Sumitra Sharma <sumitraartsy@gmail.com>
---
 drivers/staging/octeon/octeon-stubs.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/drivers/staging/octeon/octeon-stubs.h b/drivers/staging/octeon/octeon-stubs.h
index 7a02e59e283f..3e7b92cd2e35 100644
--- a/drivers/staging/octeon/octeon-stubs.h
+++ b/drivers/staging/octeon/octeon-stubs.h
@@ -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;
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-16 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-16 13:06 [PATCH] Staging: octeon: Fix Lines should not end with a '(' Sumitra Sharma
2023-03-16 14:30 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox