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=-7.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS autolearn=ham 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 E9ED8C43219 for ; Sat, 27 Apr 2019 18:40:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B3CA5206BB for ; Sat, 27 Apr 2019 18:40:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556390442; bh=SaIYzwLOX+0hXH0peUK1QgBkR0KlaPcjyeiawSCHEqg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=lvkX1RjiyY/N5shiWo3ObX0LKitJ95xNc47QXxFcK2YwDugaFrtjUM9+j0c7f/Dqj wdwOAWK38V4c80MMrvG4on2U3yostxzNPMjEwq2cF5S9xUwjGS2ly8TCKqHuhN1tgw FF1rsaU6ajF5VEa0+/7vAI6o9bGVVg9uDA9cqu/Q= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726415AbfD0Skm (ORCPT ); Sat, 27 Apr 2019 14:40:42 -0400 Received: from casper.infradead.org ([85.118.1.10]:52568 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726252AbfD0Skl (ORCPT ); Sat, 27 Apr 2019 14:40:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=6MCHmb2V14s8ffmIju/zs3Aro0XdZioE5Kihm4e1WtU=; b=EcdY3n+gZr6+wPA5tj0ubPrlFN eKjxPEOa2kqzDwnv7TAJDBG15sBmw6SFbNNiPrqLAvxDuBxsgxXwWag9xa+mzpw6Rpg2nz8Or7SOh 4TqY4lgzeVNIq6wP4ajW2hDht9+Z5vA0gCha6wKo6MvKcGGBHHAQYvXpbnUCNeaOqvcHiEBvtRYtv 1WI11ODtZfVM53khxzVB3TtPwwMzXBL7fvTcpCkoHTQyOxINPx54jcRNO/9Xnjkff3WMifrEiRS1D BsmCuyI844eX0DKBYLd0g+HNvVnDkdW0k5nWY5/Yp7ueYBCYHs+iM+HAW9hBZabmGOORb0Fs87kCR rb1HI7qA==; Received: from 177.17.250.151.dynamic.adsl.gvt.net.br ([177.17.250.151] helo=coco.lan) by casper.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1hKSFY-0005Ke-JQ; Sat, 27 Apr 2019 18:40:37 +0000 Date: Sat, 27 Apr 2019 15:40:31 -0300 From: Mauro Carvalho Chehab To: Changbin Du Cc: Jonathan Corbet , tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, x86@kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 26/27] Documentation: x86: convert x86_64/cpu-hotplug-spec to reST Message-ID: <20190427154031.5b874cdb@coco.lan> In-Reply-To: <20190426153150.21228-27-changbin.du@gmail.com> References: <20190426153150.21228-1-changbin.du@gmail.com> <20190426153150.21228-27-changbin.du@gmail.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Fri, 26 Apr 2019 23:31:49 +0800 Changbin Du escreveu: > This converts the plain text documentation to reStructuredText format and > add it to Sphinx TOC tree. No essential content change. > > Signed-off-by: Changbin Du > --- > .../x86/x86_64/{cpu-hotplug-spec => cpu-hotplug-spec.rst} | 5 ++++- > Documentation/x86/x86_64/index.rst | 1 + > 2 files changed, 5 insertions(+), 1 deletion(-) > rename Documentation/x86/x86_64/{cpu-hotplug-spec => cpu-hotplug-spec.rst} (88%) > > diff --git a/Documentation/x86/x86_64/cpu-hotplug-spec b/Documentation/x86/x86_64/cpu-hotplug-spec.rst > similarity index 88% > rename from Documentation/x86/x86_64/cpu-hotplug-spec > rename to Documentation/x86/x86_64/cpu-hotplug-spec.rst > index 3c23e0587db3..8d1c91f0c880 100644 > --- a/Documentation/x86/x86_64/cpu-hotplug-spec > +++ b/Documentation/x86/x86_64/cpu-hotplug-spec.rst > @@ -1,5 +1,8 @@ > +.. SPDX-License-Identifier: GPL-2.0 > + > +=================================================== > Firmware support for CPU hotplug under Linux/x86-64 > ---------------------------------------------------- > +=================================================== In thesis, nothing needs to change here, but IMO it is a good idea to use the same markup on most document titles. Anyway, Reviewed-by: Mauro Carvalho Chehab > > Linux/x86-64 supports CPU hotplug now. For various reasons Linux wants to > know in advance of boot time the maximum number of CPUs that could be plugged > diff --git a/Documentation/x86/x86_64/index.rst b/Documentation/x86/x86_64/index.rst > index e2a324cde671..c04b6eab3c76 100644 > --- a/Documentation/x86/x86_64/index.rst > +++ b/Documentation/x86/x86_64/index.rst > @@ -12,3 +12,4 @@ x86_64 Support > mm > 5level-paging > fake-numa-for-cpusets > + cpu-hotplug-spec Thanks, Mauro