From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44])
 by dpdk.org (Postfix) with ESMTP id BA0A0152A
 for <dev@dpdk.org>; Sun,  6 Nov 2016 10:35:43 +0100 (CET)
Received: by mail-wm0-f44.google.com with SMTP id t79so124829941wmt.0
 for <dev@dpdk.org>; Sun, 06 Nov 2016 01:35:43 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:subject:date:message-id:user-agent:in-reply-to:references
 :mime-version:content-transfer-encoding;
 bh=PQZTK3E39rSf/N4eOSk9I/WrcwUXcMiBL98VVGONdZw=;
 b=I5Yo5K2og+YEIirWuByCiW0G5JAyq+PategJYc0Zwhf7siVa86JmP9zgl/AeCzrYWH
 heDyairRF6Seapdb3JOzlFXoTGjmheK8TuC5kPy9eCUWpiDq7+r51+nqW1MlE5j2DGju
 96UXqynfVLe7edJI0ZxF0g6UfCjcEutWBOJh3NyEw09/tBEWMXRX7nGV6CzVIbrqbdTc
 jSuhZkcuretB7K1CkGO+pI5rScrBjld1oqiYAi6Z9Hyq/eUpcQZ/4WDM+MoRSBNPji80
 DJ4qw+IPxdcNkz4CMUPdq3SSSWBCBRoW9zGqYfKVN2bTpw/9IL/w/tSklSOymwTlzxrd
 6j+w==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=PQZTK3E39rSf/N4eOSk9I/WrcwUXcMiBL98VVGONdZw=;
 b=T/rTnBsRoK+IrkIy9RvIOjdI2j+EM0Z5mQporXugEJeqddbwaYDrpVb7+u7qrVq96l
 vAjcrcp9+59+mwPQT8nuRhYWijQYWB0ERGxG+2HNERBU7Om0VvCyHXdmDmOdAtZq64nb
 z+lQPMXCkUqaWxsH5bWOR2/HMdQ+68z0HjylSzDvtn2h9V7lkddjLKI0eDtHbjROEmXC
 VOvOzexJotGmtM3utz27/Rl8HUeTiX/eAW7TaJXMJnFbIJAfXkx2X30F2Dk0CVqddY4T
 4xlRFNt2U8gYYl4rjtdXxZ48UFNfYFpc/Qh74g1aTBN9oL1RASuB+bLK9t5RcMBUbFl3
 jZtw==
X-Gm-Message-State: ABUngvfyi/lp84NZXi24hbIsTuOIesHonFPzMzlyqBPyh4QmAjWUAK1WKYk0c2QMc9V7G3ZI
X-Received: by 10.28.133.143 with SMTP id h137mr1961809wmd.58.1478424943251;
 Sun, 06 Nov 2016 01:35:43 -0800 (PST)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id l6sm24203231wjc.7.2016.11.06.01.35.41
 for <dev@dpdk.org>
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Sun, 06 Nov 2016 01:35:42 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: dev@dpdk.org
Date: Sun, 06 Nov 2016 10:35:41 +0100
Message-ID: <1691990.bGal8W8Hl5@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1478359694-13420-1-git-send-email-thomas.monjalon@6wind.com>
References: <1478359694-13420-1-git-send-email-thomas.monjalon@6wind.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] scripts: show full headline with checkpatch
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: Sun, 06 Nov 2016 09:35:44 -0000

2016-11-05 16:28, Thomas Monjalon:
> The Subject in an email can be split on two lines.
> In such case, the second line (starting with a space) can be
> joined to the first one.
> 
> It is handled differently when parsing stdin or a file.
> 
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Applied