From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8ECD6A0C4D for ; Mon, 6 Sep 2021 12:34:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8284A40E32; Mon, 6 Sep 2021 12:34:52 +0200 (CEST) Received: from mail-wr1-f41.google.com (mail-wr1-f41.google.com [209.85.221.41]) by mails.dpdk.org (Postfix) with ESMTP id 7CC8C40E32 for ; Mon, 6 Sep 2021 12:34:51 +0200 (CEST) Received: by mail-wr1-f41.google.com with SMTP id q26so8193654wrc.7 for ; Mon, 06 Sep 2021 03:34:51 -0700 (PDT) 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:user-agent:mime-version; bh=MZCS1adi8hMYedhewDM7/nNPJrvGY7z1pY+TJ2ZzjM0=; b=ltOYjfN+3VQB66qsRTP30DXdRrxuTtqE9eo8wb+lFiva5cXIBQIHT3Mh9O497bi+bI HEBd9dwSVCQ4DrLBVGyyuvJKDM5xrLVnsgrKb0OgvW/ZrbOa/jWh9DewLBRuJwirFMcM RoSwOTgYJri45T/CevjKIaOgSmZsp7Uc2YBpxMoMqbdAOH9XwszbktUjEsmQ2tVmDWUX IvHJIEEemsuK9xSP8aZtHbpgVbiJ0Snb9hWX9ekQtKXugGjooxp4v6OMSVupPkUz4aXl BS1kiigh5tabj3sBYx0SO8AT/QAtpZAtiW7fIPVxls9xH/jUlIYPNxNYlrkYg9ubXO3y yb/Q== X-Gm-Message-State: AOAM533P56jiZwd+hbDi5pN6WpekIPFTgD7jX1qpdkFAD5d+UgRB9YJL UmB+i+/aKqWdoX+GtdyjsiJAZBoLMXA= X-Google-Smtp-Source: ABdhPJxKMqv4iyGPCNzl63k3V16wc0kY28AZnzZt/Q6sywXomiziqTDKAzm8mQSUrNisx766/TXuCQ== X-Received: by 2002:a5d:6e84:: with SMTP id k4mr12523049wrz.426.1630924491220; Mon, 06 Sep 2021 03:34:51 -0700 (PDT) Received: from localhost ([137.220.125.106]) by smtp.gmail.com with ESMTPSA id m4sm6970075wml.28.2021.09.06.03.34.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Sep 2021 03:34:50 -0700 (PDT) Message-ID: From: Luca Boccassi To: christian.ehrhardt@canonical.com, stable@dpdk.org Date: Mon, 06 Sep 2021 11:34:50 +0100 In-Reply-To: <20210906102944.692177-1-christian.ehrhardt@canonical.com> References: <20210906102944.692177-1-christian.ehrhardt@canonical.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.38.3-1+plugin MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH] 5-make-release-commit: tolerate longer versions X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Mon, 2021-09-06 at 12:29 +0200, christian.ehrhardt@canonical.com wrote: > From: Christian Ehrhardt >=20 > Without this we have tool warnings and ugly headers like > =C2=A0=C2=A019.11.10 Foo > =C2=A0=C2=A0----------- >=20 > The static underlines need to adapt to the length of the string. >=20 > Signed-off-by: Christian Ehrhardt > --- > =C2=A05-make-release-commit | 39 ++++++++++++++++++++------------------- > =C2=A01 file changed, 20 insertions(+), 19 deletions(-) Acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi