mbox series

[net-next,0/2] dccp/tcp: Minor fixes for inet_csk_listen_start().

Message ID 20211122101622.50572-1-kuniyu@amazon.co.jp (mailing list archive)
Headers show
Series dccp/tcp: Minor fixes for inet_csk_listen_start(). | expand

Message

Iwashima, Kuniyuki Nov. 22, 2021, 10:16 a.m. UTC
The first patch removes an unused argument, and the second removes a stale
comment.


Kuniyuki Iwashima (2):
  dccp/tcp: Remove an unused argument in inet_csk_listen_start().
  dccp: Inline dccp_listen_start().

 include/net/inet_connection_sock.h            |  2 +-
 net/dccp/proto.c                              | 27 ++++++++-----------
 net/ipv4/af_inet.c                            |  2 +-
 net/ipv4/inet_connection_sock.c               |  2 +-
 .../bpf/progs/test_sk_storage_tracing.c       |  2 +-
 5 files changed, 15 insertions(+), 20 deletions(-)

Comments

Richard Sailer Nov. 22, 2021, 5:19 p.m. UTC | #1
On 22/11/2021 11:16, Kuniyuki Iwashima wrote:
> The first patch removes an unused argument, and the second removes a stale
> comment.
> 
Looks fine to me.

Reviewed-by: Richard Sailer <richard_siegfried@systemli.org>
patchwork-bot+netdevbpf@kernel.org Nov. 24, 2021, 4:30 a.m. UTC | #2
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 22 Nov 2021 19:16:20 +0900 you wrote:
> The first patch removes an unused argument, and the second removes a stale
> comment.
> 
> 
> Kuniyuki Iwashima (2):
>   dccp/tcp: Remove an unused argument in inet_csk_listen_start().
>   dccp: Inline dccp_listen_start().
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] dccp/tcp: Remove an unused argument in inet_csk_listen_start().
    https://git.kernel.org/netdev/net-next/c/e7049395b1c3
  - [net-next,2/2] dccp: Inline dccp_listen_start().
    https://git.kernel.org/netdev/net-next/c/b4a8e7493d74

You are awesome, thank you!