From patchwork Wed Oct 24 10:35:02 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Phil Sutter X-Patchwork-Id: 988561 X-Patchwork-Delegate: pablo@netfilter.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netfilter-devel-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=nwl.cc Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 42g68t2rMyz9sCt for ; Wed, 24 Oct 2018 21:35:26 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727314AbeJXTC6 (ORCPT ); Wed, 24 Oct 2018 15:02:58 -0400 Received: from orbyte.nwl.cc ([151.80.46.58]:51274 "EHLO orbyte.nwl.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726428AbeJXTC6 (ORCPT ); Wed, 24 Oct 2018 15:02:58 -0400 Received: from localhost ([::1]:58808 helo=tatos) by orbyte.nwl.cc with esmtp (Exim 4.91) (envelope-from ) id 1gFGVZ-0003aa-45; Wed, 24 Oct 2018 12:35:25 +0200 From: Phil Sutter To: Pablo Neira Ayuso Cc: netfilter-devel@vger.kernel.org Subject: [nft PATCH 1/3] include: Fix comment for struct eval_ctx Date: Wed, 24 Oct 2018 12:35:02 +0200 Message-Id: <20181024103504.23615-2-phil@nwl.cc> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20181024103504.23615-1-phil@nwl.cc> References: <20181024103504.23615-1-phil@nwl.cc> MIME-Version: 1.0 Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Previous change to that struct missed to update the comment. Fixes: 00f777bfc414a ("src: pass struct nft_ctx through struct eval_ctx") Signed-off-by: Phil Sutter --- include/rule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rule.h b/include/rule.h index 977f274842ef5..197efab497452 100644 --- a/include/rule.h +++ b/include/rule.h @@ -587,7 +587,7 @@ extern void cmd_free(struct cmd *cmd); /** * struct eval_ctx - evaluation context * - * @nf_sock: netlink socket (for caching) + * @nft: nftables context * @msgs: message queue * @cmd: current command * @table: current table