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 521D7C433FE for ; Fri, 7 Jan 2022 03:16:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345788AbiAGDQ3 (ORCPT ); Thu, 6 Jan 2022 22:16:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34910 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345417AbiAGDQ1 (ORCPT ); Thu, 6 Jan 2022 22:16:27 -0500 Received: from mail-wr1-x435.google.com (mail-wr1-x435.google.com [IPv6:2a00:1450:4864:20::435]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 25949C061212 for ; Thu, 6 Jan 2022 19:16:27 -0800 (PST) Received: by mail-wr1-x435.google.com with SMTP id w20so8445869wra.9 for ; Thu, 06 Jan 2022 19:16:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=rucUgP1ZzNHZnIzLA1GO2HfNDsLV6pgtDw4xX5L1MQ8=; b=dQTGhoNDCcOtWLs8ukieFXRfB0dw4+duJPuRNxUgHdPncbFKqWuU4nniizU5Em1Rfl 7OykqMbcFDvyQMLgMiu6M5OVDWAqukK7VrTMzQ8GNFPi78Ea1vbebisPwp0bSLalfCjV aetQ14+bYqEenoRADfNFW2XzVazr+jJ0y3PzdxroIgD1RHhAynNMycYPZDvUXWyGrfkv qXsoUnb5XLVFiFMj+9y/s2HwcnY0UQ4t/l/kbVNpdyil1jl1b9MOU5Z4kcmhtXiyV125 70RFRb5pZS7IK1nrd4nFHgNHydd1DlON7x/lgtw4UDRWEu8/4tcYYsUTBe8agzMbr3Jt Y28w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=rucUgP1ZzNHZnIzLA1GO2HfNDsLV6pgtDw4xX5L1MQ8=; b=7llok0TaNH7D5L0jpfgaHxF2XfmyxPTu/u4FIfjVp9ViISOFIuQr79ZbGd1pEMNgFA IHulzJ4lztATRw6qrQq7szcWdhspRyoPCAEygNGzPOAWUNMX9qSzy0Wx4AB3zSjjuOT2 XwlMkd2nzIZTDEZq8MUhYkjV/UxyCrP9yntK0KQjfYQSSKlvP4Uxj+r1q9xtGTXe/cxt u0q7GP6n32yVaeShhBo5GgCSaRUFsq4KN7u1h3ksmSCS6Bi/aCP7xbu7yh/wmHnv8C/E TPNNPcqF8oxAUzn8TZdL1CjdPv8K7zTapKy1O4KSaBycc352Tmp3eWBCQw7hqiQULFhV +7EA== X-Gm-Message-State: AOAM532kcSIcbfj0/hg6tHBCWovZimKRpbNeDYQbDqhz1SOymO9RX1bm tMmBot0jksomxxAZ/6y4ljyadrt9ZCN2+zvK+IHyXpXgKB1GgWpR X-Google-Smtp-Source: ABdhPJyf4/lk2avk9iVWfOVrbgmsYp9DW5gsZfj7t1J5+wjxfWSIPc7uGQRRtDtDw/i8ac558OkYLUy/nyZeysC+xUY= X-Received: by 2002:adf:eb89:: with SMTP id t9mr38017010wrn.177.1641525385578; Thu, 06 Jan 2022 19:16:25 -0800 (PST) MIME-Version: 1.0 References: <20220107030553.398321-1-qhjin.dev@gmail.com> In-Reply-To: <20220107030553.398321-1-qhjin.dev@gmail.com> From: David Gow Date: Fri, 7 Jan 2022 11:16:14 +0800 Message-ID: Subject: Re: [PATCH] Documentation: kunit: Fix typo To: Qinghua Jin Cc: Brendan Higgins , Jonathan Corbet , "open list:KERNEL SELFTEST FRAMEWORK" , KUnit Development , "open list:DOCUMENTATION" , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 7, 2022 at 11:07 AM Qinghua Jin wrote: > > Fix a typo: actualy -> actual > > Signed-off-by: Qinghua Jin > --- > Documentation/dev-tools/kunit/usage.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/dev-tools/kunit/usage.rst b/Documentation/dev-tools/kunit/usage.rst > index 63f1bb89ebf5..b9940758787c 100644 > --- a/Documentation/dev-tools/kunit/usage.rst > +++ b/Documentation/dev-tools/kunit/usage.rst > @@ -615,7 +615,7 @@ kunit_tool) only fully supports running tests inside of UML and QEMU; however, > this is only due to our own time limitations as humans working on KUnit. It is > entirely possible to support other emulators and even actual hardware, but for > now QEMU and UML is what is fully supported within the KUnit Wrapper. Again, to > -be clear, this is just the Wrapper. The actualy KUnit tests and the KUnit > +be clear, this is just the Wrapper. The actual KUnit tests and the KUnit > library they are written in is fully architecture agnostic and can be used in > virtually any setup, you just won't have the benefit of typing a single command > out of the box and having everything magically work perfectly. > -- > 2.30.2 Hi Qinghua, Thanks a lot for your patch. This particular typo is already fixed in the docs tree, as part of the larger restructuring of the documentation in: https://lore.kernel.org/all/20211217044911.798817-6-sharinder@google.com/ (Indeed, this whole section was replaced.) Thanks a lot anyway! Cheers, -- David