From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 32FF15A84 for ; Wed, 30 Sep 2015 01:18:35 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so37325778wic.0 for ; Tue, 29 Sep 2015 16:18:35 -0700 (PDT) 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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=A2DQ88EOUmaXk3tdxIcNmbj9nV9m1iye8OUH7IEnvPQ=; b=F85fPxvIpnzPpjmfi6Q4E+XoLWpaYKpednR0YjSKS4cDffmJQ29fQB74HSYE++tjhk clluJD4ILTe33hQIpm+w0Eqkky/NRX4tvI4TjQw6UOfaoP/vOEgtfMhBtpph2ZbIU1Q1 wEULjrl83ISU5b0Bk3Nth/JVGfkMLHx1WnRcKPKl9k+Nl23y5fS+mHDfvA9VqpCDsUF5 KGLv9pWTsSvcxY/NJ3zgZjMmBvYSovp0IIOVjvEK9NSYOV8wrC3vMdJkA74IkpFxnKJj BeBAHmdxBhq3OWfIzJWiJi1uV5K6HIXGptU0pjFNOb5uBy3y20lNMOZkfGyPGKoNAVn6 J0Qw== X-Gm-Message-State: ALoCoQlSBxpzbHz2sJaMdJ6X6gMrslYkdm0up2+WkBFS383oSIOvqf7pZpxia+pDBDBYxFQ9wIfp X-Received: by 10.194.250.40 with SMTP id yz8mr668145wjc.37.1443568715087; Tue, 29 Sep 2015 16:18:35 -0700 (PDT) Received: from xps13.localnet (guy78-1-82-235-116-147.fbx.proxad.net. [82.235.116.147]) by smtp.gmail.com with ESMTPSA id p4sm26242259wia.15.2015.09.29.16.18.34 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 Sep 2015 16:18:34 -0700 (PDT) From: Thomas Monjalon To: Sujith Sankar Date: Tue, 29 Sep 2015 21:12:32 +0200 Message-ID: <2190225.pdZ0Z5ia1N@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1442898902-20870-1-git-send-email-ssujith@cisco.com> References: <1442898902-20870-1-git-send-email-ssujith@cisco.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] enic: Remove #ident at the beginning of the files X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Sep 2015 23:18:35 -0000 2015-09-22 10:45, Sujith Sankar: > This patch removes the #ident strings at the beginning of the source files. > > Signed-off-by: Sujith Sankar Applied, thanks