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 34443C43334 for ; Fri, 8 Jul 2022 17:30:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238491AbiGHRaW (ORCPT ); Fri, 8 Jul 2022 13:30:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35632 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238130AbiGHRaV (ORCPT ); Fri, 8 Jul 2022 13:30:21 -0400 Received: from mail-io1-xd32.google.com (mail-io1-xd32.google.com [IPv6:2607:f8b0:4864:20::d32]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CF19C13D1F for ; Fri, 8 Jul 2022 10:30:17 -0700 (PDT) Received: by mail-io1-xd32.google.com with SMTP id k15so20336605iok.5 for ; Fri, 08 Jul 2022 10:30:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=vOrzN7Uqdgl/cFhlrzD5har4mn0v0Vu68SFM5bgzums=; b=JtjiqBN/dO0JCgr4GzlHtgEqo3gowzLBF7UNED/+IujeYxOK+W4C7XhJqU5yeP7tDG tO2QsYDqEI3YBBpPGN3tijQnN/nnXjK/JP7ZR3hX1GimcIZiCzk9hIunH1FSm5t0y7Bb 8MQW5wwyQ3SUZWdLoEoUkbiQvfwBhkVYKXBGA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=vOrzN7Uqdgl/cFhlrzD5har4mn0v0Vu68SFM5bgzums=; b=ykFuBHGtstm3SDWOfUkPj17iAZP/UgNvzjCFedpEzXt60StLrjcHpJa3VmZS6BOCBj ZFRcNXk1ewCYDhTBu2xOAuQPsVOWXAbcGP+jpRsNMdwtl14trDK2oPN30O5FmGkv87J0 xUMITH7ilT/Q1DJZbkovGljYlUjEI5mcIdRrjAG6LuqNyXN7gGxVe4WCw1afmJWF2X9s TSechPI7CflpriaCZiZ7/v1x6VK4Wg4RYXqAQZCKhvbPUZGfsRTiMQkFhBHcKnEElL++ iJ1KUSzSkNfvFQlxH0U3oq/2C6JsmZfTrHaoMStN2ahZY1r/M8//1asUvsQTGKaMghcA a2Lg== X-Gm-Message-State: AJIora/aAYHFDrXl01w2g7ICaAdVYweUUXRvk6vG8Y+spCxi+PuD5Pf7 l7ZMNtxFvNKlwp25vNEULwnvSA== X-Google-Smtp-Source: AGRyM1sCuetchdeUiIDOwah0kWdSOi8konWQDV5pP2Io3vDgB/FJgeKue7VxuReWsyunVvOD59S3Iw== X-Received: by 2002:a02:a809:0:b0:339:e6ba:dee1 with SMTP id f9-20020a02a809000000b00339e6badee1mr2730125jaj.1.1657301417200; Fri, 08 Jul 2022 10:30:17 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id a70-20020a021649000000b0033cd0f5cb36sm11887822jaa.173.2022.07.08.10.30.16 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 08 Jul 2022 10:30:16 -0700 (PDT) Subject: Re: [PATCH 08/12] kunit: test.h: fix a kernel-doc markup To: David Gow , Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Jonathan Corbet , Mauro Carvalho Chehab , Brendan Higgins , KUnit Development , Linux Kernel Mailing List , "open list:KERNEL SELFTEST FRAMEWORK" , Shuah Khan References: <32a67e9ee77cc6c435d08a2cb5ef12559b417fee.1656759989.git.mchehab@kernel.org> From: Shuah Khan Message-ID: Date: Fri, 8 Jul 2022 11:30:15 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 7/2/22 7:18 AM, David Gow wrote: > On Sat, Jul 2, 2022 at 7:07 PM Mauro Carvalho Chehab wrote: >> >> Fix this kernel-doc warning: >> >> Documentation/dev-tools/kunit/api/test:9: ./include/kunit/test.h:323: WARNING: Inline interpreted text or phrase reference start-string without end-string. >> >> Functions should use func_name() on kernel-doc markups, as >> documented at: >> Documentation/doc-guide/kernel-doc.rst >> >> Signed-off-by: Mauro Carvalho Chehab >> --- >> >> To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover. >> See [PATCH 00/12] at: https://lore.kernel.org/all/cover.1656759988.git.mchehab@kernel.org/ >> > > Reviewed-by: David Gow > > FYI, this is identical to: > https://lore.kernel.org/all/20220702051205.3292468-1-davidgow@google.com/ > > It doesn't matter which one goes through, so if this patch is applied > (e.g. to the docs tree as a part of this series), I'll make sure the > other one doesn't end up in the KUnit tree. > > Cheers, > -- David > Applied this now to linux-kselftest kunit branch for 5.20-rc1 thanks, -- Shuah