Re: [PATCH] net: ping: make ping_v6_sendmsg static
From: Sergei Shtylyov
Date: Wed Mar 23 2016 - 07:53:27 EST
On 3/23/2016 12:59 PM, Haishuang Yan wrote:
As ping_v6_sendmsg is used only in this file,
making it static
The body of "pingv6_prot" and "pingv6_protosw" were
moved at the middle of the file, to avoid having to
declare some static prototypes.
Signed-off-by: Haishuang Yan <yanhaishuang@xxxxxxxxxxxxxxxxxxxx>
These seem as 2 independent changes, so should be in 2 separate patches.
[...]
MBR, Sergei