netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] Removed unused function sctp_addr_is_valid()
@ 2014-10-21 13:26 Sébastien Barré
  2014-10-24  4:37 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Sébastien Barré @ 2014-10-21 13:26 UTC (permalink / raw)
  To: David S. Miller
  Cc: Sébastien Barré,
	Vlad Yasevich, Neil Horman, linux-sctp, netdev

sctp_addr_is_valid() only appeared in its definition.

Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: Sébastien Barré <sebastien.barre@uclouvain.be>

---

Note: originally sent on linux-sctp (11/10/2014, 16:29).
Sorry, I should probably have sent immediately to you and netdev as well.
Neil Horman had acked the patch, so I included
the ack here.

 include/net/sctp/structs.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index 4ff3f67..806e3b5 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -1116,7 +1116,6 @@ int sctp_raw_to_bind_addrs(struct sctp_bind_addr *bp, __u8 *raw, int len,
 sctp_scope_t sctp_scope(const union sctp_addr *);
 int sctp_in_scope(struct net *net, const union sctp_addr *addr, const sctp_scope_t scope);
 int sctp_is_any(struct sock *sk, const union sctp_addr *addr);
-int sctp_addr_is_valid(const union sctp_addr *addr);
 int sctp_is_ep_boundall(struct sock *sk);
 
 
-- 
tg: (61ed53d..) net-next/removed-unused-sctp-function (depends on: net-next/master)

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

* Re: [PATCH net-next] Removed unused function sctp_addr_is_valid()
  2014-10-21 13:26 [PATCH net-next] Removed unused function sctp_addr_is_valid() Sébastien Barré
@ 2014-10-24  4:37 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-10-24  4:37 UTC (permalink / raw)
  To: sebastien.barre; +Cc: vyasevich, nhorman, linux-sctp, netdev

From: Sébastien Barré <sebastien.barre@uclouvain.be>
Date: Tue, 21 Oct 2014 15:26:15 +0200

> sctp_addr_is_valid() only appeared in its definition.
> 
> Acked-by: Neil Horman <nhorman@tuxdriver.com>
> Signed-off-by: Sébastien Barré <sebastien.barre@uclouvain.be>

Applied, thanks.

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

end of thread, other threads:[~2014-10-24  4:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-21 13:26 [PATCH net-next] Removed unused function sctp_addr_is_valid() Sébastien Barré
2014-10-24  4:37 ` David Miller

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).