[PATCH 51/73] staging: wilc1000: fixes alignment should match open parenthesis

Glen Lee glen.lee at atmel.com
Fri Nov 6 02:19:50 UTC 2015


From: Leo Kim <leo.kim at atmel.com>

This patch fixes the checks reported by checkpatch.pl
for alignment should match open parenthesis.

Signed-off-by: Leo Kim <leo.kim at atmel.com>
Signed-off-by: Glen Lee <glen.lee at atmel.com>
---
 drivers/staging/wilc1000/wilc_wlan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/wilc1000/wilc_wlan.c b/drivers/staging/wilc1000/wilc_wlan.c
index 7e7e77f..68158c9 100644
--- a/drivers/staging/wilc1000/wilc_wlan.c
+++ b/drivers/staging/wilc1000/wilc_wlan.c
@@ -244,7 +244,7 @@ static inline int update_tcp_session(u32 index, u32 ack)
 }
 
 static inline int add_tcp_pending_ack(u32 ack, u32 session_index,
-				       struct txq_entry_t *txqe)
+				      struct txq_entry_t *txqe)
 {
 	total_acks++;
 	if (pending_acks < MAX_PENDING_ACKS) {
-- 
1.9.1



More information about the devel mailing list