All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Phonet: phonet_net_id can be static (sparse)
@ 2012-04-12 13:39 Rémi Denis-Courmont
  2012-04-12 13:39 ` [PATCH] Phonet: missing headers (sparse) Rémi Denis-Courmont
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Rémi Denis-Courmont @ 2012-04-12 13:39 UTC (permalink / raw)
  To: netdev; +Cc: Rémi Denis-Courmont

From: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>

Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
---
 net/phonet/pn_dev.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/phonet/pn_dev.c b/net/phonet/pn_dev.c
index 9b9a85e..631cd51 100644
--- a/net/phonet/pn_dev.c
+++ b/net/phonet/pn_dev.c
@@ -44,7 +44,7 @@ struct phonet_net {
 	struct phonet_routes routes;
 };
 
-int phonet_net_id __read_mostly;
+static int phonet_net_id __read_mostly;
 
 static struct phonet_net *phonet_pernet(struct net *net)
 {
-- 
1.7.5.4

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

end of thread, other threads:[~2012-04-13 18:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-12 13:39 [PATCH] Phonet: phonet_net_id can be static (sparse) Rémi Denis-Courmont
2012-04-12 13:39 ` [PATCH] Phonet: missing headers (sparse) Rémi Denis-Courmont
2012-04-13 18:03   ` David Miller
2012-04-12 13:39 ` [PATCH] Phonet: change maintainer address Rémi Denis-Courmont
2012-04-13 18:03   ` David Miller
2012-04-13 18:03 ` [PATCH] Phonet: phonet_net_id can be static (sparse) 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.