From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B8D9CC47247 for ; Thu, 30 Apr 2020 16:20:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 964E7208C3 for ; Thu, 30 Apr 2020 16:20:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588263607; bh=UpE+dTlKuyikMljGlNf1UxWAD7Ndhw2XMb6I2Wi6qoE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=jIQtWXYVx3qgvrSx3sIV5OJB0xBHriRfUoIrIDPpNitIiNWMKBJoE6bDH/dTKHWSS FBgqJ7Xh3Ba7u+0TeMqVSWWHW/50aR0DECFu/R8nXQ2KaQ55enobtl+Nxk479LKOqg JA8l2u6gXCJKQ5dfizAIIoVorlfKqAjFEggJSBtc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728459AbgD3QUG (ORCPT ); Thu, 30 Apr 2020 12:20:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:58758 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728122AbgD3QSj (ORCPT ); Thu, 30 Apr 2020 12:18:39 -0400 Received: from mail.kernel.org (ip5f5ad5c5.dynamic.kabel-deutschland.de [95.90.213.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 00A312495F; Thu, 30 Apr 2020 16:18:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588263518; bh=UpE+dTlKuyikMljGlNf1UxWAD7Ndhw2XMb6I2Wi6qoE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=T7utN7vZwCW5xwUsZz0sn5YVysSacu6/KBk5tPG2P8St6gezMIk8BjvS11mxMKZld KnvVk/WouHMQedTao6KKA5jZCE7QbAbmT2oh71ntk7HXc1YspWZ+EV+AoFwE+St0kd fjDZEu3pMFRxZgSpUBoqZ/LbdqNzyQ5JMjPmeTgw= Received: from mchehab by mail.kernel.org with local (Exim 4.92.3) (envelope-from ) id 1jUBtU-00Axhc-7E; Thu, 30 Apr 2020 18:18:36 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Catalin Marinas , Will Deacon , linux-arm-kernel@lists.infradead.org Subject: [PATCH v4 13/19] docs: arm64: convert perf.txt to ReST format Date: Thu, 30 Apr 2020 18:18:27 +0200 Message-Id: <635734c88d06cafc73828aefb9619fe8de61fd5c.1588263270.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.25.4 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This file is almost in ReST. All it needs is a rename and adding a :field: for the two fields at the beginning (author and date). While here, add a proper SPDX header, and use the standard markup for document titles, just for consistency. Signed-off-by: Mauro Carvalho Chehab --- Documentation/arm64/index.rst | 1 + Documentation/arm64/{perf.txt => perf.rst} | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) rename Documentation/arm64/{perf.txt => perf.rst} (95%) diff --git a/Documentation/arm64/index.rst b/Documentation/arm64/index.rst index 09cbb4ed2237..d9665d83c53a 100644 --- a/Documentation/arm64/index.rst +++ b/Documentation/arm64/index.rst @@ -14,6 +14,7 @@ ARM64 Architecture hugetlbpage legacy_instructions memory + perf pointer-authentication silicon-errata sve diff --git a/Documentation/arm64/perf.txt b/Documentation/arm64/perf.rst similarity index 95% rename from Documentation/arm64/perf.txt rename to Documentation/arm64/perf.rst index 0d6a7d87d49e..9c76a97baf28 100644 --- a/Documentation/arm64/perf.txt +++ b/Documentation/arm64/perf.rst @@ -1,8 +1,11 @@ +.. SPDX-License-Identifier: GPL-2.0 + +===================== Perf Event Attributes ===================== -Author: Andrew Murray -Date: 2019-03-06 +:Author: Andrew Murray +:Date: 2019-03-06 exclude_user ------------ -- 2.25.4