From patchwork Tue Apr 2 06:12:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Kubecek X-Patchwork-Id: 232889 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 3671D2C00E2 for ; Tue, 2 Apr 2013 17:20:53 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759611Ab3DBGUu (ORCPT ); Tue, 2 Apr 2013 02:20:50 -0400 Received: from cantor2.suse.de ([195.135.220.15]:46535 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759154Ab3DBGUu (ORCPT ); Tue, 2 Apr 2013 02:20:50 -0400 Received: from relay1.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 2C8B9A51F6; Tue, 2 Apr 2013 08:20:49 +0200 (CEST) Received: by unicorn.suse.cz (Postfix, from userid 1000) id 832BDC451E; Tue, 2 Apr 2013 08:20:48 +0200 (CEST) From: Michal Kubecek Date: Tue, 2 Apr 2013 08:12:11 +0200 Subject: [nf-next] netfilter: fix struct ip6t_frag field description To: netfilter-devel@vger.kernel.org Cc: coreteam@netfilter.org, netdev@vger.kernel.org, Pablo Neira Ayuso , Patrick McHardy Message-Id: <20130402062048.832BDC451E@unicorn.suse.cz> Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Signed-off-by: Michal Kubecek --- include/uapi/linux/netfilter_ipv6/ip6t_frag.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/uapi/linux/netfilter_ipv6/ip6t_frag.h b/include/uapi/linux/netfilter_ipv6/ip6t_frag.h index b47f61b..dfd8bc2 100644 --- a/include/uapi/linux/netfilter_ipv6/ip6t_frag.h +++ b/include/uapi/linux/netfilter_ipv6/ip6t_frag.h @@ -4,9 +4,9 @@ #include struct ip6t_frag { - __u32 ids[2]; /* Security Parameter Index */ + __u32 ids[2]; /* Identification range */ __u32 hdrlen; /* Header Length */ - __u8 flags; /* */ + __u8 flags; /* Flags */ __u8 invflags; /* Inverse flags */ };