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 CA6CDA0A0C for ; Fri, 11 Jun 2021 18:39:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BD3DF4067C; Fri, 11 Jun 2021 18:39:02 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 62CA24014F for ; Fri, 11 Jun 2021 18:39:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1623429539; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=FJuBXEkMSq6rNgFIbsMF3HL5yEkjOCImO7FqQaMMk4o=; b=Y9I8ljUu0ttU1k1hbWou1qtzhfNWlxbSBix98RxzJLrQXkMDRmPsT4N5BIwi0vOfFaTg8j kJNj71A/F12XXFnl9wMia4NwTccEiEUPWc7rdFRoHOwNgTCogyhft1tIS/S5cnpdk/kyUz z0l5Lht3a/2KOO0lZGOAcaPkFRt/iYU= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-165-tlN8JSAQPpS-_43rPdvADA-1; Fri, 11 Jun 2021 12:38:58 -0400 X-MC-Unique: tlN8JSAQPpS-_43rPdvADA-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 3F6671850600; Fri, 11 Jun 2021 16:38:57 +0000 (UTC) Received: from rh.Home (ovpn-115-28.ams2.redhat.com [10.36.115.28]) by smtp.corp.redhat.com (Postfix) with ESMTP id 714B45D9E2; Fri, 11 Jun 2021 16:38:55 +0000 (UTC) From: Kevin Traynor To: dev@dpdk.org Cc: Kevin Traynor , stable@dpdk.org, Bruce Richardson , Stephen Hemminger , Anatoly Burakov Date: Fri, 11 Jun 2021 17:38:42 +0100 Message-Id: <20210611163842.344721-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Subject: [dpdk-stable] [PATCH] doc: fix SPDX tag 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" A stray character got added. Remove it. Fixes: cb056611a8ed ("eal: rename lcore master and slave") Cc: stable@dpdk.org Signed-off-by: Kevin Traynor --- doc/guides/sample_app_ug/hello_world.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/sample_app_ug/hello_world.rst b/doc/guides/sample_app_ug/hello_world.rst index 7cb9279e99..6ec93e0054 100644 --- a/doc/guides/sample_app_ug/hello_world.rst +++ b/doc/guides/sample_app_ug/hello_world.rst @@ -1,3 +1,3 @@ -o.. SPDX-License-Identifier: BSD-3-Clause +.. SPDX-License-Identifier: BSD-3-Clause Copyright(c) 2010-2014 Intel Corporation. -- 2.31.1