From patchwork Wed Sep 21 15:35:06 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aaron Conole X-Patchwork-Id: 672945 X-Patchwork-Delegate: pablo@netfilter.org 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 3sfNyp2Kzcz9t0v for ; Thu, 22 Sep 2016 01:36:50 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=bytheb-org.20150623.gappssmtp.com header.i=@bytheb-org.20150623.gappssmtp.com header.b=fqG5g3ty; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935752AbcIUPgi (ORCPT ); Wed, 21 Sep 2016 11:36:38 -0400 Received: from mail-yw0-f196.google.com ([209.85.161.196]:36009 "EHLO mail-yw0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757833AbcIUPfu (ORCPT ); Wed, 21 Sep 2016 11:35:50 -0400 Received: by mail-yw0-f196.google.com with SMTP id v2so3078858ywg.3 for ; Wed, 21 Sep 2016 08:35:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=5cLCifIwBBRmlIuzKLbB7Yx7HL5oYHMJBJATflW98Zs=; b=fqG5g3tytMP659UQv/tH1mVTqgpAAjcpQ9GoD6MbZVuzoREUzuoxlibBMYjx9iGEEo U0ZrlHVHUIwtn6u3ep+6ygIrGrBH9r3HnxHE01HBr3Ptj4i6uaXO6qo5ursZzYjqZ5x8 2QKmniFVO7EUiGR6iazXR8xwN+uV9VYGS4XTNDd8vL2/Us8W+DE3CckWqK4PG+h7QEWm 3W/Y8c6cBht2Vy9pjDP+iBnaVIEhCIo9pEizuGWcV2Ek7OF3+H2kCOROmsRAwwEYVHn6 y6PVFg3XxEXr+9vms0wr6hjaQsc06wPcSma2eG3nWLLSsIfvGSabku27wTcs3jG7rB0C JJrQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=5cLCifIwBBRmlIuzKLbB7Yx7HL5oYHMJBJATflW98Zs=; b=TfRFHee/KtJVL/vOcaGcA9fbr6VQQL0xSp4sRlR1ZdXPD4tI+lnnTE9wFJrDiRHMGH AAe+FU2kl4gtGUTYA1TTZipHHOy/QljB6vtzp5umYBtn0CVVi6lglPv8+dZiSSsXPzMg nrbLWo3odqNEVWqXKQxbC3bMxl3gYKHUFB7caIXgJvwH2CqgKYokp40GrytqSNmNhUFD ZVMY+Wzyp5bSX2VI9kv8iEVmQzq6EfExqL6NP4i3b7JHLscmsA/9KoxPYkDqAGe1/Jcx ab4KzsuTOrHXbCrniHIzWmVOJ7Yk8gRcsGVe/VF9Ql7JHkvu7kzKmljjxnmQSSM87qn+ lSPQ== X-Gm-Message-State: AE9vXwPn8hpB79bIh5rIsRhU+XAzztU5W24RowI7XBN031m7aiUJYASSozt9A6jk5LsBFA== X-Received: by 10.129.115.10 with SMTP id o10mr35364227ywc.245.1474472149471; Wed, 21 Sep 2016 08:35:49 -0700 (PDT) Received: from dhcp-25-97.bos.redhat.com (nat-pool-bos-t.redhat.com. [66.187.233.206]) by smtp.gmail.com with ESMTPSA id 89sm1462088uaz.22.2016.09.21.08.35.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Sep 2016 08:35:48 -0700 (PDT) From: Aaron Conole To: netfilter-devel@vger.kernel.org, netdev@vger.kernel.org Cc: Florian Westphal , Pablo Neira Ayuso Subject: [PATCH nf-next v3 6/7] nf_queue_handler: whitespace cleanup Date: Wed, 21 Sep 2016 11:35:06 -0400 Message-Id: <1474472107-12992-7-git-send-email-aconole@bytheb.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1474472107-12992-1-git-send-email-aconole@bytheb.org> References: <1474472107-12992-1-git-send-email-aconole@bytheb.org> Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org A future patch will modify the hook drop and outfn functions. This will cause the line lengths to take up too much space. This is simply a readability change. Signed-off-by: Aaron Conole --- include/net/netfilter/nf_queue.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/net/netfilter/nf_queue.h b/include/net/netfilter/nf_queue.h index cc8a11f..66b3f3f 100644 --- a/include/net/netfilter/nf_queue.h +++ b/include/net/netfilter/nf_queue.h @@ -22,10 +22,10 @@ struct nf_queue_entry { /* Packet queuing */ struct nf_queue_handler { - int (*outfn)(struct nf_queue_entry *entry, - unsigned int queuenum); - void (*nf_hook_drop)(struct net *net, - struct nf_hook_ops *ops); + int (*outfn)(struct nf_queue_entry *entry, + unsigned int queuenum); + void (*nf_hook_drop)(struct net *net, + struct nf_hook_ops *ops); }; void nf_register_queue_handler(struct net *net, const struct nf_queue_handler *qh);