From: Stephen Hemminger <shemminger@vyatta•com>
To: Vlad Yasevich <vyasevich@gmail•com>,
Sridhar Samudrala <sri@us•ibm.com>,
Neil Horman <nhorman@tuxdriver•com>,
"David S. Miller" <davem@davemloft•net>
Cc: linux-sctp@vger•kernel.org, netdev@vger•kernel.org
Subject: [PATCH] sctp: make sctp_addr_wq_timeout_handler static
Date: Fri, 28 Dec 2012 20:18:55 -0800 [thread overview]
Message-ID: <20121228201855.4275db64@nehalam.linuxnetplumber.net> (raw)
Fix sparse warning about local function that should be static.
Signed-off-by: Stephen Hemminger <shemminger@vyatta•com>
--- a/net/sctp/protocol.c 2012-12-27 11:36:34.817072247 -0800
+++ b/net/sctp/protocol.c 2012-12-28 20:02:51.445778974 -0800
@@ -595,7 +595,7 @@ static void sctp_v4_ecn_capable(struct s
INET_ECN_xmit(sk);
}
-void sctp_addr_wq_timeout_handler(unsigned long arg)
+static void sctp_addr_wq_timeout_handler(unsigned long arg)
{
struct net *net = (struct net *)arg;
struct sctp_sockaddr_entry *addrw, *temp;
next reply other threads:[~2012-12-29 4:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-29 4:18 Stephen Hemminger [this message]
2012-12-29 4:33 ` [PATCH] sctp: make sctp_addr_wq_timeout_handler static David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121228201855.4275db64@nehalam.linuxnetplumber.net \
--to=shemminger@vyatta$(echo .)com \
--cc=davem@davemloft$(echo .)net \
--cc=linux-sctp@vger$(echo .)kernel.org \
--cc=netdev@vger$(echo .)kernel.org \
--cc=nhorman@tuxdriver$(echo .)com \
--cc=sri@us$(echo .)ibm.com \
--cc=vyasevich@gmail$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox