summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2021-11-23 20:16:22 -0800
committerJakub Kicinski <kuba@kernel.org>2021-11-23 20:16:22 -0800
commit91eddd309c679a96ad6c8d9b568e23af8fdb10a3 (patch)
treecad53fd48718c24cb5d321fb918dbe9d1f71d719 /include
parentc6d5f1933085f9a92ed5c256a859ab31c7a35f88 (diff)
parentb4a8e7493d74121093f2e1e024a9d3bb1a912912 (diff)
downloadcachepc-linux-91eddd309c679a96ad6c8d9b568e23af8fdb10a3.tar.gz
cachepc-linux-91eddd309c679a96ad6c8d9b568e23af8fdb10a3.zip
Merge branch 'dccp-tcp-minor-fixes-for-inet_csk_listen_start'
Kuniyuki Iwashima says: ==================== dccp/tcp: Minor fixes for inet_csk_listen_start(). The first patch removes an unused argument, and the second removes a stale comment. ==================== Link: https://lore.kernel.org/r/20211122101622.50572-1-kuniyu@amazon.co.jp Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/net/inet_connection_sock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/inet_connection_sock.h b/include/net/inet_connection_sock.h
index fa6a87246a7b..4ad47d9f9d27 100644
--- a/include/net/inet_connection_sock.h
+++ b/include/net/inet_connection_sock.h
@@ -304,7 +304,7 @@ static inline __poll_t inet_csk_listen_poll(const struct sock *sk)
(EPOLLIN | EPOLLRDNORM) : 0;
}
-int inet_csk_listen_start(struct sock *sk, int backlog);
+int inet_csk_listen_start(struct sock *sk);
void inet_csk_listen_stop(struct sock *sk);
void inet_csk_addr2sockaddr(struct sock *sk, struct sockaddr *uaddr);