netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net-next] sctp: add function parameter names to fix compile error
@ 2012-08-15 11:00 Jiri Pirko
  2012-08-15 21:07 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Jiri Pirko @ 2012-08-15 11:00 UTC (permalink / raw)
  To: netdev; +Cc: davem, Eric W. Biederman

Commit 13d782f6 introduced this problem.

Cc: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
---
 include/net/sctp/sctp.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/net/sctp/sctp.h b/include/net/sctp/sctp.h
index aaa8292..9c6414f 100644
--- a/include/net/sctp/sctp.h
+++ b/include/net/sctp/sctp.h
@@ -367,8 +367,8 @@ void sctp_dbg_objcnt_exit(struct net *);
 #define SCTP_DBG_OBJCNT_INC(name)
 #define SCTP_DBG_OBJCNT_DEC(name)
 
-static inline void sctp_dbg_objcnt_init(struct net *) { return; }
-static inline void sctp_dbg_objcnt_exit(struct net *) { return; }
+static inline void sctp_dbg_objcnt_init(struct net *net) { return; }
+static inline void sctp_dbg_objcnt_exit(struct net *net) { return; }
 
 #endif /* CONFIG_SCTP_DBG_OBJCOUNT */
 
-- 
1.7.10.4

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

* Re: [patch net-next] sctp: add function parameter names to fix compile error
  2012-08-15 11:00 [patch net-next] sctp: add function parameter names to fix compile error Jiri Pirko
@ 2012-08-15 21:07 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-08-15 21:07 UTC (permalink / raw)
  To: jiri; +Cc: netdev, ebiederm

From: Jiri Pirko <jiri@resnulli.us>
Date: Wed, 15 Aug 2012 13:00:27 +0200

> Commit 13d782f6 introduced this problem.
> 
> Cc: Eric W. Biederman <ebiederm@xmission.com>
> Signed-off-by: Jiri Pirko <jiri@resnulli.us>

I already integrated a patch to fix this, thanks.

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

end of thread, other threads:[~2012-08-15 21:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-15 11:00 [patch net-next] sctp: add function parameter names to fix compile error Jiri Pirko
2012-08-15 21:07 ` 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).