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=-2.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 BB434C432C0 for ; Wed, 20 Nov 2019 16:08:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 90A1C20674 for ; Wed, 20 Nov 2019 16:08:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="V5xF6i7r" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732605AbfKTQIP (ORCPT ); Wed, 20 Nov 2019 11:08:15 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:44348 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729187AbfKTQIN (ORCPT ); Wed, 20 Nov 2019 11:08:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To: Subject: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=Wl1O4ZSZrpVG0P8VIwY3iEyKaXlo821ZggeTRbWUELA=; b=V5xF6i7roVMaqz3GF/iZucket 36rH3ujx1EHYAjW0OxxAfKrQRkWaX4gp9393H/qNSVzo9ZnM6IB2YiDz1whmREcsaTMhoqmICDQ0j 5sVkO+EgBj0704WH4qn5gKzw4A5qC51rgzoZUYLZs3tfqaNVRUZJTS3bLg5VnqnhO+UDsH626xJeT JRMO1b6r9b7F1tL+UqFtMuU1KxabMChYIQHyz/cARUK02dv44v6OxMBWNfCfbXa8aXvZqeT/wuxui zGOqq+5+BMXVnY6ziHK253eCoukMRbhBTdVvGZ9qFkB76JJpxdu/Al1JGKuw+B23OFS/EfPyQPHOp TrNdCYgOw==; Received: from [2601:1c0:6280:3f0::5a22] by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1iXSWa-0004k0-Ra; Wed, 20 Nov 2019 16:08:12 +0000 Subject: Re: [PATCH linux-kselftest/test v3] Documentation: kunit: add documentation for kunit_tool To: Jonathan Corbet , Brendan Higgins Cc: shuah , David Gow , KUnit Development , Linux Kernel Mailing List , "open list:KERNEL SELFTEST FRAMEWORK" , "open list:DOCUMENTATION" , Theodore Ts'o References: <20191119003120.154041-1-brendanhiggins@google.com> <4a3aada5-fe8f-9c82-dfd4-0494acf59334@infradead.org> <20191120063219.1ad15b68@lwn.net> From: Randy Dunlap Message-ID: <2ba78e72-22e8-1c5e-103e-78eb892fb2cd@infradead.org> Date: Wed, 20 Nov 2019 08:08:11 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 MIME-Version: 1.0 In-Reply-To: <20191120063219.1ad15b68@lwn.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/20/19 5:32 AM, Jonathan Corbet wrote: > On Tue, 19 Nov 2019 17:14:20 -0800 > Brendan Higgins wrote: > >> On Tue, Nov 19, 2019 at 4:27 PM Randy Dunlap wrote: >>> >>> On 11/18/19 4:31 PM, Brendan Higgins wrote: >>>> +How do I use kunit_tool? >>>> +================================= >>> >>> Hi, >>> I haven't tested this, but Sphinx (or some doc tool) usually complains if the >>> underline length is not the same as the header text length. (I.e., use fewer >>> = signs above.) >> >> Hmmm...Sphinx and checkpatch didn't complain. I wonder if it is a >> different script, or maybe I have to use a particular option with >> Sphinx. > > Sphinx wants the underline to be at least as long as the subheading text > above; it's entirely happy if it's longer, though. oh. thanks for the info. -- ~Randy