From: Sun Lianwen <[email protected]> Date: Wed, 2 May 2018 17:06:08 +0800
> The comment of ip6gre_tnl_addr_conflict() is wrong. which use > ip6_tnl_addr_conflict instead of ip6gre_tnl_addr_conflict. > > Signed-off-by: Sun Lianwen <[email protected]> Please format your Subject line properly. If should start with "[PATCH X] " where "X" is the name of the networking GIT tree your patch is against. Then there should be a subsystem prefix, followed by a colon ":" and a space character. In this case, "ipv6: " would be an appropriate subject prefix. Then, please make your Subject sentence more clear. Be more precise with what you are doing. You are correcting the function name in a comment, so say something that expresses that. Thank you.
