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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 87EA5EB64D9 for ; Thu, 29 Jun 2023 23:20:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229522AbjF2XUl (ORCPT ); Thu, 29 Jun 2023 19:20:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58578 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229483AbjF2XUk (ORCPT ); Thu, 29 Jun 2023 19:20:40 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 07A7D11F; Thu, 29 Jun 2023 16:20:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Sender:Reply-To:Content-ID:Content-Description; bh=jK2yIsW4r1gDHXlMqYKPZXOCEW8BMnll+kWpXMp/vls=; b=Vo3RBGyRjdpY7V3NsOz8z5hVIH hLX5uQ4ws4il38w7vKSpMutyd0oC432Pn4E9mq/Cu8PrMTZbjjAY4PAx+l9DMUjOF+t8BSgY8fzZe dm5zsxnaYX4yJr8BuIiGoVpRqgcUzFXSFvCVKNo5hKAn4WueSo22bQkW2Csd+k1Ds+t4PcshENcU+ eOMFlIsr0MNFVotbg78pscD1DoRTIrdLNykIlfg+2GVXo39lFxbXP6hrYiawM81pyOgFieuvTYEJS OM+rgtqhiSwHtU4QcNe3QPxhL0FLvBXA/QWbeAh20oSJD+GNIMILs+fwlIrVu+m9mWcUYbIUvgqJN PX4s7WjQ==; Received: from [2601:1c2:980:9ec0::2764] by bombadil.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1qF0wG-002SBW-16; Thu, 29 Jun 2023 23:20:36 +0000 Message-ID: Date: Thu, 29 Jun 2023 16:20:34 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Subject: Re: [PATCH v25 06/10] crash: memory and CPU hotplug sysfs attributes To: Eric DeVolder , linux-kernel@vger.kernel.org, david@redhat.com, osalvador@suse.de, corbet@lwn.net, tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, dave.hansen@linux.intel.com, x86@kernel.org, bhe@redhat.com, ebiederm@xmission.com, kexec@lists.infradead.org Cc: hpa@zytor.com, gregkh@linuxfoundation.org, rafael@kernel.org, vgoyal@redhat.com, dyoung@redhat.com, lf32.dev@gmail.com, akpm@linux-foundation.org, naveen.n.rao@linux.vnet.ibm.com, zohar@linux.ibm.com, bhelgaas@google.com, vbabka@suse.cz, tiwai@suse.de, seanjc@google.com, linux@weissschuh.net, vschneid@redhat.com, linux-mm@kvack.org, linux-doc@vger.kernel.org, sourabhjain@linux.ibm.com, konrad.wilk@oracle.com, boris.ostrovsky@oracle.com References: <20230629192119.6613-1-eric.devolder@oracle.com> <20230629192119.6613-7-eric.devolder@oracle.com> Content-Language: en-US From: Randy Dunlap In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On 6/29/23 15:31, Eric DeVolder wrote: >> Did you test build the documentation? >> It looks to me like the end-of-table '=' signs line needs 3 more === to be long >> enough for the text above it. > > Hmm, the 'make htmldocs' renders and views ok. Is there perhaps another method I should use? No, that's it. Sorry about the noise. -- ~Randy