All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] ppp: make  ppp_get_stats64 static
@ 2012-10-29 18:34 ` Stephen Hemminger
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Hemminger @ 2012-10-29 18:34 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linux-ppp, netdev

This was picked up by sparse.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>

--- a/drivers/net/ppp/ppp_generic.c	2012-10-25 09:11:13.963289236 -0700
+++ b/drivers/net/ppp/ppp_generic.c	2012-10-29 11:26:06.167077708 -0700
@@ -1034,7 +1034,7 @@ ppp_net_ioctl(struct net_device *dev, st
 	return err;
 }
 
-struct rtnl_link_stats64*
+static struct rtnl_link_stats64*
 ppp_get_stats64(struct net_device *dev, struct rtnl_link_stats64 *stats64)
 {
 	struct ppp *ppp = netdev_priv(dev);

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH net-next] ppp: make  ppp_get_stats64 static
@ 2012-10-29 18:34 ` Stephen Hemminger
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Hemminger @ 2012-10-29 18:34 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linux-ppp, netdev

This was picked up by sparse.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>

--- a/drivers/net/ppp/ppp_generic.c	2012-10-25 09:11:13.963289236 -0700
+++ b/drivers/net/ppp/ppp_generic.c	2012-10-29 11:26:06.167077708 -0700
@@ -1034,7 +1034,7 @@ ppp_net_ioctl(struct net_device *dev, st
 	return err;
 }
 
-struct rtnl_link_stats64*
+static struct rtnl_link_stats64*
 ppp_get_stats64(struct net_device *dev, struct rtnl_link_stats64 *stats64)
 {
 	struct ppp *ppp = netdev_priv(dev);

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH net-next] ppp: make ppp_get_stats64 static
  2012-10-29 18:34 ` Stephen Hemminger
@ 2012-11-01 16:39   ` David Miller
  -1 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2012-11-01 16:39 UTC (permalink / raw)
  To: shemminger; +Cc: paulus, linux-ppp, netdev

From: Stephen Hemminger <shemminger@vyatta.com>
Date: Mon, 29 Oct 2012 11:34:02 -0700

> This was picked up by sparse.
> 
> Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH net-next] ppp: make ppp_get_stats64 static
@ 2012-11-01 16:39   ` David Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2012-11-01 16:39 UTC (permalink / raw)
  To: shemminger; +Cc: paulus, linux-ppp, netdev

From: Stephen Hemminger <shemminger@vyatta.com>
Date: Mon, 29 Oct 2012 11:34:02 -0700

> This was picked up by sparse.
> 
> Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-11-01 16:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-29 18:34 [PATCH net-next] ppp: make ppp_get_stats64 static Stephen Hemminger
2012-10-29 18:34 ` Stephen Hemminger
2012-11-01 16:39 ` David Miller
2012-11-01 16:39   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.