netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [libmnl PATCH] doxygen: fix a variable name.
@ 2013-03-14 11:05 Eric Leblond
  0 siblings, 0 replies; only message in thread
From: Eric Leblond @ 2013-03-14 11:05 UTC (permalink / raw)
  To: netfilter-devel; +Cc: eric

Variable name in doxygen description was not correct.

Signed-off-by: Eric Leblond <eric@regit.org>
---
 src/nlmsg.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nlmsg.c b/src/nlmsg.c
index 000829e..fdb7af8 100644
--- a/src/nlmsg.c
+++ b/src/nlmsg.c
@@ -222,7 +222,7 @@ EXPORT_SYMBOL(mnl_nlmsg_seq_ok);
 /**
  * mnl_nlmsg_portid_ok - perform portID origin check
  * \param nlh current netlink message that we are handling
- * \param seq netlink portid that we want to check
+ * \param portid netlink portid that we want to check
  *
  * This functions returns true if the origin is fulfilled, otherwise
  * false is returned. We skip the tracking for netlink message whose portID
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-14 11:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-14 11:05 [libmnl PATCH] doxygen: fix a variable name Eric Leblond

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