From patchwork Thu Mar 14 11:05:27 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Leblond X-Patchwork-Id: 227624 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 50B512C0085 for ; Thu, 14 Mar 2013 22:06:36 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756771Ab3CNLGd (ORCPT ); Thu, 14 Mar 2013 07:06:33 -0400 Received: from ks28632.kimsufi.com ([91.121.96.152]:58507 "EHLO ks28632.kimsufi.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756200Ab3CNLGQ (ORCPT ); Thu, 14 Mar 2013 07:06:16 -0400 Received: from [213.173.227.110] (helo=tiger2.scandinavia.public.cabinn.com) by ks28632.kimsufi.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1UG5zA-00062v-J0; Thu, 14 Mar 2013 12:06:12 +0100 From: Eric Leblond To: netfilter-devel@vger.kernel.org Cc: eric@regit.org Subject: [libmnl PATCH] doxygen: fix a variable name. Date: Thu, 14 Mar 2013 12:05:27 +0100 Message-Id: <1363259128-9134-1-git-send-email-eric@regit.org> X-Mailer: git-send-email 1.7.10.4 Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Variable name in doxygen description was not correct. Signed-off-by: Eric Leblond --- 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