Re: [PATCH] include/net/tcp.h: whitespace cleanup at tcp_v4_check

2019-04-22 Thread David Miller
From: "Daniel T. Lee" 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. > >

[PATCH] include/net/tcp.h: whitespace cleanup at tcp_v4_check

2019-04-20 Thread Daniel T. Lee
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