<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>[PATCH] mac802154: fix sparse warning for mac802154_slave_get_priv</title>
        <description> Make sparse happy by fixing the following error:
	* symbol 'mac802154_slave_get_priv' was not declared. Should it be static?

Signed-off-by: Silviu-Mihai Popescu &amp;lt;silviupopescu1990@gmail.com&amp;gt;
---
 net/mac802154/mib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/mac802154/mib.c b/net/mac802154/mib.c
index ab59821..1cf6557 100644
--- a/net/mac802154/mib.c
+++ b/net/mac802154/mib.c
@@ -34,7 +34,7 @@ struct hw_addr_filt_notify_work {
 	unsigned long changed;
 };
 
-struct mac802154_priv *mac802154_slave_get_priv(struct net_device *dev)
+static struct mac802154_priv *mac802154_slave_get_priv(struct net_device *dev)
 {
 	struct mac802154_sub_if_data *priv = netdev_priv(dev);
 
-- 
1.7.11-rc3

--
To unsubscribe from this list: send the line &amp;quot;unsubscribe linux-kernel&amp;quot; in
the body of a message to &amp;#109;&amp;#97;&amp;#106;&amp;#111;&amp;#114;&amp;#100;&amp;#111;&amp;#109;&amp;#111;&amp;#64;&amp;#118;&amp;#103;&amp;#101;&amp;#114;&amp;#46;&amp;#107;&amp;#101;&amp;#114;&amp;#110;&amp;#101;&amp;#108;&amp;#46;&amp;#111;&amp;#114;&amp;#103;
More majordomo info at  [vger.kernel.org]
Please read the FAQ at  [www.tux.org]</description>
        <link>http://choon.net/forum/read.php?21,1178284,1178284#msg-1178284</link>
        <lastBuildDate>Sun, 26 May 2013 08:35:14 +0800</lastBuildDate>
        <generator>Phorum 5.2.19</generator>
        <item>
            <guid>http://choon.net/forum/read.php?21,1178284,1178755#msg-1178755</guid>
            <title>Re: [PATCH] mac802154: fix sparse warning for mac802154_slave_get_priv</title>
            <link>http://choon.net/forum/read.php?21,1178284,1178755#msg-1178755</link>
            <description><![CDATA[ &gt; Make sparse happy by fixing the following error:<br />
&gt;    * symbol 'mac802154_slave_get_priv' was not declared. Should it be static?<br />
&gt; <br />
&gt; Signed-off-by: Silviu-Mihai Popescu &lt;silviupopescu1990@gmail.com&gt;<br />
&gt; ---<br />
&gt; net/mac802154/mib.c | 2 +-<br />
&gt; 1 file changed, 1 insertion(+), 1 deletion(-)<br />
&gt; <br />
<br />
Should be already fixed, please try the latest net-next tree.--<br />
To unsubscribe from this list: send the line &quot;unsubscribe linux-kernel&quot; in<br />
the body of a message to <a href="mailto:&#109;&#97;&#106;&#111;&#114;&#100;&#111;&#109;&#111;&#64;&#118;&#103;&#101;&#114;&#46;&#107;&#101;&#114;&#110;&#101;&#108;&#46;&#111;&#114;&#103;">&#109;&#97;&#106;&#111;&#114;&#100;&#111;&#109;&#111;&#64;&#118;&#103;&#101;&#114;&#46;&#107;&#101;&#114;&#110;&#101;&#108;&#46;&#111;&#114;&#103;</a><br />
More majordomo info at  [<a href="http://vger.kernel.org/majordomo-info.html"  rel="nofollow">vger.kernel.org</a>]<br />
Please read the FAQ at  [<a href="http://www.tux.org/lkml/"  rel="nofollow">www.tux.org</a>]]]></description>
            <dc:creator>Alexander Smirnov</dc:creator>
            <category>Linux Kernel</category>
            <pubDate>Sat, 14 Jul 2012 11:43:09 +0800</pubDate>
        </item>
        <item>
            <guid>http://choon.net/forum/read.php?21,1178284,1178284#msg-1178284</guid>
            <title>[PATCH] mac802154: fix sparse warning for mac802154_slave_get_priv</title>
            <link>http://choon.net/forum/read.php?21,1178284,1178284#msg-1178284</link>
            <description><![CDATA[ Make sparse happy by fixing the following error:<br />
	* symbol 'mac802154_slave_get_priv' was not declared. Should it be static?<br />
<br />
Signed-off-by: Silviu-Mihai Popescu &lt;silviupopescu1990@gmail.com&gt;<br />
---<br />
 net/mac802154/mib.c | 2 +-<br />
 1 file changed, 1 insertion(+), 1 deletion(-)<br />
<br />
diff --git a/net/mac802154/mib.c b/net/mac802154/mib.c<br />
index ab59821..1cf6557 100644<br />
--- a/net/mac802154/mib.c<br />
+++ b/net/mac802154/mib.c<br />
@@ -34,7 +34,7 @@ struct hw_addr_filt_notify_work {<br />
 	unsigned long changed;<br />
 };<br />
 <br />
-struct mac802154_priv *mac802154_slave_get_priv(struct net_device *dev)<br />
+static struct mac802154_priv *mac802154_slave_get_priv(struct net_device *dev)<br />
 {<br />
 	struct mac802154_sub_if_data *priv = netdev_priv(dev);<br />
 <br />
-- <br />
1.7.11-rc3<br />
<br />
--<br />
To unsubscribe from this list: send the line &quot;unsubscribe linux-kernel&quot; in<br />
the body of a message to <a href="mailto:&#109;&#97;&#106;&#111;&#114;&#100;&#111;&#109;&#111;&#64;&#118;&#103;&#101;&#114;&#46;&#107;&#101;&#114;&#110;&#101;&#108;&#46;&#111;&#114;&#103;">&#109;&#97;&#106;&#111;&#114;&#100;&#111;&#109;&#111;&#64;&#118;&#103;&#101;&#114;&#46;&#107;&#101;&#114;&#110;&#101;&#108;&#46;&#111;&#114;&#103;</a><br />
More majordomo info at  [<a href="http://vger.kernel.org/majordomo-info.html"  rel="nofollow">vger.kernel.org</a>]<br />
Please read the FAQ at  [<a href="http://www.tux.org/lkml/"  rel="nofollow">www.tux.org</a>]]]></description>
            <dc:creator>Silviu-Mihai Popescu</dc:creator>
            <category>Linux Kernel</category>
            <pubDate>Sat, 14 Jul 2012 04:38:01 +0800</pubDate>
        </item>
    </channel>
</rss>
