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=-23.4 required=3.0 tests=BAYES_00,DKIMWL_WL_MED, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,USER_IN_DEF_DKIM_WL autolearn=unavailable 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 A9E38C2B9F4 for ; Fri, 25 Jun 2021 21:27:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 912D761949 for ; Fri, 25 Jun 2021 21:27:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229994AbhFYV3j (ORCPT ); Fri, 25 Jun 2021 17:29:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37586 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229974AbhFYV3i (ORCPT ); Fri, 25 Jun 2021 17:29:38 -0400 Received: from mail-pf1-x42d.google.com (mail-pf1-x42d.google.com [IPv6:2607:f8b0:4864:20::42d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 956A8C061766 for ; Fri, 25 Jun 2021 14:27:16 -0700 (PDT) Received: by mail-pf1-x42d.google.com with SMTP id i6so8485580pfq.1 for ; Fri, 25 Jun 2021 14:27:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=xRxE71rC/IWPeumP7C1MZE8K9Wv2pifNDPEqkqJ42DQ=; b=fRwIMlDaWV0fntevPeIwqIuwZA9SOE+D3GJyYH4A5O3MEchBAxYKHVqyzp+eXW4VT6 wkaJlszvY8HnkF2duefyJC1I3qVf+p1ig/BgstcUWTRUVWul6Oo3rP7bs9ApaUaWR57a i1sqycmWuqiX4+9R/GcLQAbrcWSMKP3JcKrGbbxKYF74XMqLPxckIlosyP1sfnD5unHM G4t5VwXQ0Z91lF1lVVeeYJGmplujg8vw5ac9Uczs83849SpRl9uKdLtYz6IAxTGck7vD yGl4xBs5TFy7nkqOqJEwPi/srgDSom6k7oU2oYvhoXlul5zFOmjkXkOvhoEoTQXSC1dN Xxuw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=xRxE71rC/IWPeumP7C1MZE8K9Wv2pifNDPEqkqJ42DQ=; b=snwG9EVILTBG2FM7uCXAf3aeLs5q44oWYuTSiy5QAY00mQEd9TXPo0/y1FSDiogEoP PKzeGBnpn7kOREMx5mJB6n8/UgzAygMY6GAfUYujop53qEc9XYSB1Iz23JWPHLpav9P5 8k71jaN96BFcS/trikgdlzHD+xtwyv2tQc6nIOjgz/6GIlkUFzUjxEL95wyn5m7t9R6J S5tVBB+MiLT5rl2xhqgiQSsDXWqHT5K8sHh/5lKjrFiBCW/2vFieZMgXcjF8i6N5eDvZ K46Ru2tyfZLRqF/P8q3QtVPjA0YSScZZnnkdeoWWxMz1PGDJxyHthSrI2GBRN7+R+exG 7lSQ== X-Gm-Message-State: AOAM533J2V4zhtmMZIpyF++/Iu7Sw56lMosYtBzUmbHFnAni0BV7NR6m sAQFVFgGypMwz8bhCa4lrOb4TLJR3Z7Qoa9Cgtwamg== X-Google-Smtp-Source: ABdhPJwCGwSk6BZTuRmUOtwJhakAAFLWcIBXw8yjzjt+AT3O/BJZ7dHeP6UboGbcWP27Q9QqLf2aHP6UNR6pscUXNeo= X-Received: by 2002:a63:d0d:: with SMTP id c13mr11573133pgl.384.1624656435782; Fri, 25 Jun 2021 14:27:15 -0700 (PDT) MIME-Version: 1.0 References: <6fde409079959a95b62b9b2692503608d7ff0dbd.1623824363.git.mchehab+huawei@kernel.org> In-Reply-To: <6fde409079959a95b62b9b2692503608d7ff0dbd.1623824363.git.mchehab+huawei@kernel.org> From: Brendan Higgins Date: Fri, 25 Jun 2021 14:27:04 -0700 Message-ID: Subject: Re: [PATCH v2 10/29] docs: dev-tools: kunit: avoid using ReST :doc:`foo` markup To: Mauro Carvalho Chehab Cc: Jonathan Corbet , Linux Doc Mailing List , kunit-dev@googlegroups.com, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, David Gow Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Tue, Jun 15, 2021 at 11:27 PM Mauro Carvalho Chehab wrote: > > The :doc:`foo` tag is auto-generated via automarkup.py. > So, use the filename at the sources, instead of :doc:`foo`. > > Reviewed-by: David Gow > Acked-by: Brendan Higgins > Signed-off-by: Mauro Carvalho Chehab Hi, can you please rebase and resend your patch on top of https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git/log/?h=kunit-fixes