From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52])
 by dpdk.org (Postfix) with ESMTP id 97A187FCB
 for <dev@dpdk.org>; Wed,  3 Dec 2014 14:26:41 +0100 (CET)
Received: by mail-wg0-f52.google.com with SMTP id a1so19888531wgh.39
 for <dev@dpdk.org>; Wed, 03 Dec 2014 05:26:41 -0800 (PST)
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=amOOi7U8T4OLfur4MTAo3p7wYLS20+Kcn5I2PLa9GnY=;
 b=E+RHsCu64TSVUYh0feMWG31kOUJIPRxdxaYfEC3KcMWAsjOdz8jB97nCkQPlbcJS55
 pC+u+FCyK9JiSxEdYTKiAtgPsLyxNe4SzRretOXWSas/eOvtC8n+87p6eCcSLQiwVa8p
 v8ddBjc/+/ub2wMBSARHFQSch9NCDftqFXxw1U6UpGyGjK82AoSMx3Py0QSbCPhIC662
 1GUZoBGHkGbbaPjBhCaKX4KQW9XmThP8Ou8YPqrMIuzyRYSTHZg55ALwaqnbiN8mKwWD
 nsCdyXu307Q+0JAugViAL6b3mymI3iZOM1ntOaZhg0l9541tBEsezLuqDfHK+spEthzH
 C09g==
X-Gm-Message-State: ALoCoQkBzcpW0euSSE+oKYcZYaYgy5KALv72QvSDQ6HEWf10lPKB6XQLSsCt/qzbmEM4oFwol/iL
X-Received: by 10.194.250.68 with SMTP id za4mr7588763wjc.92.1417613200894;
 Wed, 03 Dec 2014 05:26:40 -0800 (PST)
Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net.
 [82.239.227.177])
 by mx.google.com with ESMTPSA id w4sm36286280wjw.39.2014.12.03.05.26.39
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 03 Dec 2014 05:26:40 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Siobhan Butler <siobhan.a.butler@intel.com>
Date: Wed, 03 Dec 2014 14:26:15 +0100
Message-ID: <3784246.OXksDTfBbE@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; )
In-Reply-To: <1417563667-16686-3-git-send-email-siobhan.a.butler@intel.com>
References: <1417563667-16686-1-git-send-email-siobhan.a.butler@intel.com>
 <1417563667-16686-3-git-send-email-siobhan.a.butler@intel.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 2/2] doc: remove references to intel dpdk in
	linux_gsg
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 03 Dec 2014 13:26:41 -0000

2014-12-02 23:41, Siobhan Butler:
> Adjusted line lengths and removed references to Intel which
> are no longer relevant in linux gsg.

The patch is really hard to read because you mix wrapping and rewording.
I think it's not important to adjust line lengths, especially when removing
some words.

-- 
Thomas