From patchwork Sat Jul 21 19:51:30 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Fernando F. Mancera" X-Patchwork-Id: 947419 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=fail (p=none dis=none) header.from=riseup.net Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=riseup.net header.i=@riseup.net header.b="hlAIHQzM"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41Xz0V2FTsz9s3N for ; Sun, 22 Jul 2018 05:51:37 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727998AbeGUUpa (ORCPT ); Sat, 21 Jul 2018 16:45:30 -0400 Received: from mx1.riseup.net ([198.252.153.129]:35090 "EHLO mx1.riseup.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727854AbeGUUpa (ORCPT ); Sat, 21 Jul 2018 16:45:30 -0400 Received: from piha.riseup.net (piha-pn.riseup.net [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 8028E1A0185; Sat, 21 Jul 2018 12:51:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1532202696; bh=g1z/LyE8eLoAbJ4f+jt07PGjD/RjrLnD8ZV09DvNHtQ=; h=To:Cc:From:Subject:Date:From; b=hlAIHQzMXrnLtNBa18zjST5W2ujKtmxtvzcPgMTr2m2C0lCyd94wXfzZ1XHQ+J8sn F/00+9Zu4zAsW56c6olFy/HSg9L2Q19BtZdfZYiKmrncxVs8byaM273/PlXdvQ8Zoy 9WZVwZRV3kNgcI9dci9o6dmhk4vRe9FEH4e1ZJkQ= X-Riseup-User-ID: 0D7279351FC5BE0C42FD88C4B670E92A5C51A0F0D5475997ADF56F99E69A5277 Received: from [127.0.0.1] (localhost [127.0.0.1]) by piha.riseup.net with ESMTPSA id 741F223153D; Sat, 21 Jul 2018 12:51:35 -0700 (PDT) To: netfilter-devel@vger.kernel.org Cc: ecklm94@gmail.com From: Fernando Fernandez Mancera Subject: typo found in socket.h at nftables repository Message-ID: <2e5cde0a-67fa-e097-6c9a-630b91afa768@riseup.net> Date: Sat, 21 Jul 2018 21:51:30 +0200 MIME-Version: 1.0 Content-Language: en-US-large Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Hi, I think I found a typo in socket.h at nftables repository. It is just a small fix so I propose this patch. --- From c788837976b674878d8ea819e97e9b4a762db91d Mon Sep 17 00:00:00 2001 From: Fernando Fernandez Mancera Date: Sat, 21 Jul 2018 21:39:09 +0200 Subject: [PATCH nftables] src: fix a typo in socket.h Fix a typo in socket_template struct description. Signed-off-by: Fernando Fernandez Mancera --- include/socket.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/socket.h b/include/socket.h index 1814974..d99526b 100644 --- a/include/socket.h +++ b/include/socket.h @@ -1,10 +1,8 @@ #ifndef NFTABLES_SOCKET_H #define NFTABLES_SOCKET_H -//#include - /** - * struct rt_template - template for routing expressions + * struct socket_template - template for socket expressions * * @token: parser token for the expression * @dtype: data type of the expression