[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170110.115213.1856085394233309828.davem@davemloft.net>
Date: Tue, 10 Jan 2017 11:52:13 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: j-keerthy@...com
Cc: w-kwok2@...com, m-karicheri2@...com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, stephen@...workplumber.org,
m-scherban@...com
Subject: Re: [PATCH] net: netcp: correct netcp_get_stats function signature
From: Keerthy <j-keerthy@...com>
Date: Tue, 10 Jan 2017 16:56:25 +0530
> @@ -1909,7 +1909,7 @@ static int netcp_setup_tc(struct net_device *dev, u32 handle, __be16 proto,
> return 0;
> }
>
> -static struct rtnl_link_stats64 *
> +void
> netcp_get_stats(struct net_device *ndev, struct rtnl_link_stats64 *stats)
Please do not remove the static qualifier.
Powered by blists - more mailing lists