netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] netprio_cgroup: make local table static
@ 2013-04-10 20:56 Stephen Hemminger
  2013-04-11  3:24 ` David Miller
  2013-04-11 13:22 ` Neil Horman
  0 siblings, 2 replies; 3+ messages in thread
From: Stephen Hemminger @ 2013-04-10 20:56 UTC (permalink / raw)
  To: Neil Horman, David S. Miller; +Cc: netdev

Minor sparse warning

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

--- a/net/core/netprio_cgroup.c	2013-04-10 13:36:56.928429191 -0700
+++ b/net/core/netprio_cgroup.c	2013-04-10 13:37:04.516330753 -0700
@@ -247,7 +247,7 @@ static struct cftype ss_files[] = {
 	{ }	/* terminate */
 };
 
-struct cgroup_subsys net_prio_subsys = {
+static struct cgroup_subsys net_prio_subsys = {
 	.name		= "net_prio",
 	.css_alloc	= cgrp_css_alloc,
 	.css_online	= cgrp_css_online,

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

end of thread, other threads:[~2013-04-11 13:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-10 20:56 [PATCH net-next] netprio_cgroup: make local table static Stephen Hemminger
2013-04-11  3:24 ` David Miller
2013-04-11 13:22 ` Neil Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).