[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20190422.214621.523381852775648779.davem@davemloft.net>
Date: Mon, 22 Apr 2019 21:46:21 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: danieltimlee@...il.com
Cc: edumazet@...gle.com, netdev@...r.kernel.org
Subject: Re: [PATCH] include/net/tcp.h: whitespace cleanup at tcp_v4_check
From: "Daniel T. Lee" <danieltimlee@...il.com>
Date: Sun, 21 Apr 2019 00:50:42 +0900
> This patch makes trivial whitespace fix to the function
> tcp_v4_check at include/net/tcp.h file.
>
> It has stylistic issue, which is "space required after that ','"
> and it can be confirmed with ./scripts/checkpatch.pl tool.
>
> ERROR: space required after that ',' (ctx:VxV)
> #29: FILE: include/net/tcp.h:1317:
> + return csum_tcpudp_magic(saddr,daddr,len,IPPROTO_TCP,base);
> ^
>
> Signed-off-by: Daniel T. Lee <danieltimlee@...il.com>
Applied to net-next, thanks Daniel.
Powered by blists - more mailing lists