From patchwork Fri Jun 11 16:38:42 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Traynor X-Patchwork-Id: 94090 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 30BACA0A0C; Fri, 11 Jun 2021 18:39:04 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EC53940FDF; Fri, 11 Jun 2021 18:39:03 +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 7A41A4014F for ; Fri, 11 Jun 2021 18:39:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1623429541; 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=MlB6bPpAnclDKd1BMAylxgSvWLWTCIN+S3qoXHNFsKMV8hQlCLnGQMNWjeZX6Xjv4jNh5v wRKfnVVcwsNrTc9nx/hMR8eOUssID+vizb8VRTSY3dqRgLnN3WHrjTKFWo3UPZRz7eMvwH bzvNR/S394ScVAfC8l5ZrAzyEXtuTiY= 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 Subject: [dpdk-dev] [PATCH] doc: fix SPDX tag X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.