From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH] doc: fix old parameters and update datatypes Date: Thu, 2 Jun 2016 12:54:35 +0200 Message-ID: <20160602105435.GA2984@salvia> References: <20160601222511.GA4314@sonyv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Laura Garcia Liebana Return-path: Received: from mail.us.es ([193.147.175.20]:59466 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932536AbcFBKyn (ORCPT ); Thu, 2 Jun 2016 06:54:43 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 9923D404717 for ; Thu, 2 Jun 2016 12:54:41 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 7B4271B3D27 for ; Thu, 2 Jun 2016 12:54:41 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 839C61B3D2E for ; Thu, 2 Jun 2016 12:54:39 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20160601222511.GA4314@sonyv> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Thu, Jun 02, 2016 at 12:25:13AM +0200, Laura Garcia Liebana wrote: > Fix old identifiers like 'ipcomp' and 'op' with 'comp' and 'operation' > instead. Update some FIXME datatypes. Applied, thanks Laura.