[RFC PATCH] crypto/chelsio/chtls: chtls_sock_release() can be static

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Fixes: c75f2018e89e ("crypto/chelsio/chtls: CPL for TLS client")
Signed-off-by: kbuild test robot <lkp@xxxxxxxxx>
---
 chtls_cm.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/crypto/chelsio/chtls/chtls_cm.c b/drivers/crypto/chelsio/chtls/chtls_cm.c
index 25a23e7..ba8316c 100644
--- a/drivers/crypto/chelsio/chtls/chtls_cm.c
+++ b/drivers/crypto/chelsio/chtls/chtls_cm.c
@@ -51,7 +51,7 @@ static unsigned char new_state[16] = {
 	/* TCP_CLOSING     */ TCP_CLOSING,
 };
 
-void chtls_sock_release(struct kref *ref)
+static void chtls_sock_release(struct kref *ref)
 {
 	struct chtls_sock *csk =
 		container_of(ref, struct chtls_sock, kref);
@@ -1339,7 +1339,7 @@ static void chtls_connect_req_arp_failure(void *handle, struct sk_buff *skb)
 	sock_put(sk);
 }
 
-void chtls_handshake_work(struct sock *sk)
+static void chtls_handshake_work(struct sock *sk)
 {
 	struct chtls_sock *csk = sk->sk_user_data;
 
@@ -1359,7 +1359,7 @@ void stop_hndsk_work(struct sock *sk)
 	}
 }
 
-void chtls_fix_pending_tx_buffers(struct sock *sk)
+static void chtls_fix_pending_tx_buffers(struct sock *sk)
 {
 	struct chtls_sock *csk = sk->sk_user_data;
 	struct tcp_sock *tp = tcp_sk(sk);



[Index of Archives]     [Kernel]     [Gnu Classpath]     [Gnu Crypto]     [DM Crypt]     [Netfilter]     [Bugtraq]

  Powered by Linux