]> git.baikalelectronics.ru Git - kernel.git/commit
include/net/tcp.h: whitespace cleanup at tcp_v4_check
authorDaniel T. Lee <danieltimlee@gmail.com>
Sat, 20 Apr 2019 15:50:42 +0000 (00:50 +0900)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Apr 2019 04:45:58 +0000 (21:45 -0700)
commit3c64434937958892a652f4895cb99eeb333d72ac
tree21779104596a6065073be285aeeb9c3b2fff7ada
parent3bc6990ee4e3d140853297ce269e546531f117c2
include/net/tcp.h: whitespace cleanup at tcp_v4_check

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@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h