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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 A7114C3815B for ; Mon, 20 Apr 2020 06:40:23 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7C69D2073A for ; Mon, 20 Apr 2020 06:40:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7C69D2073A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2BAB66E187; Mon, 20 Apr 2020 06:40:23 +0000 (UTC) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id CCED16E187 for ; Mon, 20 Apr 2020 06:40:22 +0000 (UTC) IronPort-SDR: YjiloS2EVZcWkCqpSMGmu78t7cZDzVQcppekjtWQAdqPPK8ckPv3kWWvjZ6i+hiaJElDK31v4h 3lnR/9iq4ezQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2020 23:40:22 -0700 IronPort-SDR: 7Z1WIDqCXIk9cJcY0cwy1iM4Kqhl0MEFAKKOacGH+tlbKSVfyJH9Xeg9Px7gAxmwY40Ng6DGD0 PTHrREsdykLw== X-IronPort-AV: E=Sophos;i="5.72,406,1580803200"; d="scan'208";a="429011459" Received: from iastakh-mobl.ccr.corp.intel.com (HELO localhost) ([10.252.63.229]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2020 23:40:20 -0700 From: Jani Nikula To: Chris Wilson , intel-gfx@lists.freedesktop.org In-Reply-To: <158713249868.2062.16583016796681686099@build.alporthouse.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20200417130109.12791-1-jani.nikula@intel.com> <158713249868.2062.16583016796681686099@build.alporthouse.com> Date: Mon, 20 Apr 2020 09:40:18 +0300 Message-ID: <878siq3bjh.fsf@intel.com> MIME-Version: 1.0 Subject: Re: [Intel-gfx] [PATCH] drm/i915: fix Sphinx build duplicate label warning X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Fri, 17 Apr 2020, Chris Wilson wrote: > Quoting Jani Nikula (2020-04-17 14:01:09) >> Fix the warning caused by enabling the autosectionlabel extension in the >> kernel Sphinx build: >> >> Documentation/gpu/i915.rst:610: WARNING: duplicate label >> gpu/i915:layout, other instance in Documentation/gpu/i915.rst >> >> In the warning message, Sphinx is unable to reference the labels in >> their true locations in the kernel-doc comments in source. In this case, >> there's "Layout" sections in both gt/intel_workarounds.c and >> i915_reg.h. Rename the section in the latter to "File Layout". >> >> Fixes: 58ad30cf91f0 ("docs: fix reference to core-api/namespaces.rst") >> Signed-off-by: Jani Nikula > > Reviewed is probably too strong, but I comprehend your problem > statement, if not entirely grokking Sphinx, Thanks for the review, pushed with some more explanation of the exact failure mode added to the commit message. BR, Jani. -- Jani Nikula, Intel Open Source Graphics Center _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx