From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by dpdk.org (Postfix) with ESMTP id 612761BB2F for ; Thu, 20 Dec 2018 14:34:25 +0100 (CET) Received: by mail-wr1-f68.google.com with SMTP id s12so1785418wrt.4 for ; Thu, 20 Dec 2018 05:34:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:content-transfer-encoding:mime-version; bh=up30tdldAFyzamPSEmBV9KkgCnUxMGtJFj0/JOVXf1Q=; b=UTu/C1OYH5Use0vy9xpknT+JEj6cYJfkg1pnqJOQ2LA7asiH19W9T+LxHnkZC0xWqi 4PIJRE/BVpmnyV4afc/CNa6cAh2mZioVn2wCkieHXLMJuyowT+9jOBAKh37gVENQmYm3 wfsv7f9z3QFu2z/XgWDKvv2ixnLCLcaxdiw0g7HmIYrkVDMVL2CKVRTfnbMwfgo+5zu8 P7WpkvQX9gJ3OhfDacYXEHJkUdYIedJmuHBoPfrz/KNhJs174zYcG7iIBMcnyn1pBh4D zxqd9zVv/p//n8+fEohQJQ6JkDXbpAcEO0jjgtCJ9xu++ejjkthYb3uXBUODlWzi7Byo 5x6g== X-Gm-Message-State: AA+aEWZQSvF9fRWPZnkSf3PSV9qR/hzZXrI3+1eSh9/gE/xGg5+/hPl7 yqipYwUm0hJXsdkZ1aDtvbk= X-Google-Smtp-Source: AFSGD/WCJYNvWbBoaZVWVs3TI7IkeCubD/zxeqRR2wf3E1UBq9onb4G9KlD8TB2vyddGsGhmg9kWNQ== X-Received: by 2002:adf:f703:: with SMTP id r3mr22223189wrp.93.1545312864862; Thu, 20 Dec 2018 05:34:24 -0800 (PST) Received: from localhost ([46.183.103.8]) by smtp.gmail.com with ESMTPSA id i186sm10137062wmd.19.2018.12.20.05.34.20 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 20 Dec 2018 05:34:23 -0800 (PST) Message-ID: <1545312853.9718.21.camel@debian.org> From: Luca Boccassi To: Kevin Traynor , stable@dpdk.org, yskoh@mellanox.com Date: Thu, 20 Dec 2018 14:34:13 +0100 In-Reply-To: <20181220115623.10529-1-ktraynor@redhat.com> References: <20181220115623.10529-1-ktraynor@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH] 4-final-review: move email subject to start of file X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2018 13:34:25 -0000 On Thu, 2018-12-20 at 11:56 +0000, Kevin Traynor wrote: > git send-email was not automatically picking up subject. > Move it to start of file. >=20 > Signed-off-by: Kevin Traynor > --- > =C2=A04-final-review | 2 +- > =C2=A01 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/4-final-review b/4-final-review > index b01fcdd..387bce9 100755 > --- a/4-final-review > +++ b/4-final-review > @@ -52,7 +52,7 @@ compose_final_review_note() > =C2=A0{ > =C2=A0 cat << EOF > +Subject: $(describe_release) patches review and test > =C2=A0To: dpdk stable > =C2=A0Cc: dev@dpdk.org > -Subject: $(describe_release) patches review and test > =C2=A0 > =C2=A0Hi all, Acked-by: Luca Boccassi Thanks, applied and pushed --=20 Kind regards, Luca Boccassi