From patchwork Tue Oct 27 18:49:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11861437 X-Patchwork-Delegate: brendanhiggins@google.com Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 370A9921 for ; Tue, 27 Oct 2020 18:49:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 18BB1207C4 for ; Tue, 27 Oct 2020 18:49:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="1zdoLICv" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1829124AbgJ0StV (ORCPT ); Tue, 27 Oct 2020 14:49:21 -0400 Received: from merlin.infradead.org ([205.233.59.134]:38712 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1829117AbgJ0StQ (ORCPT ); Tue, 27 Oct 2020 14:49:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=46Byy3Rt7NiFA9tn4Js32CXeLAf2iqHq9BuLVB2Ne/U=; b=1zdoLICv1XhcaJtSVlHYDS2FBr TZ+cvKhtf/4Wp59eTV6qTMjIRIIib02AuDj+iN4aI6+4261zSvmHbpvZE+1r06f8DkHTxaaUSadzW nYzebO6Y5xXb75jPI96C875iIAUoF0NVusWU/C5iWC6MbW2ZCnhdMa8KAW4IAfFJqRyUorulRRfgq pP9UYeHRuEL1QKkpFTJ7yhwLB9HIUlT8Xis8HiwakwTt8EhIM8hSC6aXForWjFYa63RyJr8n617uC zrVN7FRW7FjQhbl1bimjtx61K+rLhoK+ls/VpLDrEfBGzsL6ADBofQreaXkWzRlevaNuHrw2Sb+wS RTykY0og==; Received: from [2601:1c0:6280:3f0::507c] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1kXU1y-0008AW-Ik; Tue, 27 Oct 2020 18:49:15 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , David Gow , linux-kselftest@vger.kernel.org, kunit-dev@googlegroups.com, Shuah Khan , Shuah Khan , Brendan Higgins Subject: [PATCH] KUnit: Docs: style: fix some Kconfig example issues Date: Tue, 27 Oct 2020 11:49:09 -0700 Message-Id: <20201027184909.20881-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org Fix the Kconfig example to be closer to Kconfig coding style. (Except that it still uses spaces instead of tabs for indentation; I guess that Sphinx wants it that way.) Also add punctuation and a trailing slash ('/') to a sub-directory name -- this is how the text mostly appears in other Kconfig files. Signed-off-by: Randy Dunlap Cc: David Gow Cc: linux-kselftest@vger.kernel.org Cc: kunit-dev@googlegroups.com Cc: Shuah Khan Cc: Shuah Khan Cc: Brendan Higgins Reviewed-by: David Gow --- Documentation/dev-tools/kunit/style.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- linux-next-20201027.orig/Documentation/dev-tools/kunit/style.rst +++ linux-next-20201027/Documentation/dev-tools/kunit/style.rst @@ -180,12 +180,12 @@ An example Kconfig entry: depends on KUNIT default KUNIT_ALL_TESTS help - This builds unit tests for foo. + This builds unit tests for foo. - For more information on KUnit and unit tests in general, please refer - to the KUnit documentation in Documentation/dev-tools/kunit + For more information on KUnit and unit tests in general, please refer + to the KUnit documentation in Documentation/dev-tools/kunit/. - If unsure, say N + If unsure, say N. Test File and Module Names