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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 244ECEB64D7 for ; Mon, 26 Jun 2023 17:20:47 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9FB7C10E0FD; Mon, 26 Jun 2023 17:20:46 +0000 (UTC) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id BA32510E0FD for ; Mon, 26 Jun 2023 17:20:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1687800045; x=1719336045; h=from:to:subject:in-reply-to:references:date:message-id: mime-version; bh=87audpvoi/C39/WxN4mL+Fh1JHrfz9UjV1x8SI3ZHJ0=; b=l2zz6W66S1/vp23r1yyrU/Kmq/I6XihZXhtokwNmDd16i7B450SLGHMk 7a2qfROSKLMQJ3fP1IGW8a7Z2We74KWCE2AMlhwZI4E7HREBavZVqljVZ hYBWuklj32o8iOOZjkIi4kKDmahCAJAjHgUJF5ISil0B5VpzQzWb0KaoK b+CDeobhLZmOI0C+oZ7xUVJGdJvyUXkqc/+OqjUJANTBLNQxT/vyUTSJ9 jZ242+LuMaJuTJcQOeOIpgU6rePyaDN5JEIuI0n14op9152PVNsdkWEA+ 77TOeJiNlplgDnQgfhE/tXR/A2OOn5uVKCe085XsAQrqzggjqPXJsWZqu g==; X-IronPort-AV: E=McAfee;i="6600,9927,10753"; a="351112665" X-IronPort-AV: E=Sophos;i="6.01,160,1684825200"; d="scan'208";a="351112665" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jun 2023 10:19:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10753"; a="781523900" X-IronPort-AV: E=Sophos;i="6.01,160,1684825200"; d="scan'208";a="781523900" Received: from pdenis-mobl1.ger.corp.intel.com (HELO localhost) ([10.252.62.207]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jun 2023 10:19:15 -0700 From: Jani Nikula To: Luca Coelho , intel-gfx@lists.freedesktop.org In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20230621123156.14907-1-jani.nikula@intel.com> Date: Mon, 26 Jun 2023 20:18:59 +0300 Message-ID: <87sfaeta4c.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Intel-gfx] [PATCH 1/2] drm/doc: fix duplicate declaration 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: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Mon, 26 Jun 2023, Luca Coelho wrote: > On Wed, 2023-06-21 at 15:31 +0300, Jani Nikula wrote: >> We have duplicate kernel-doc directives for the same struct, leading to: >> >> /home/jani/src/linux/Documentation/gpu/driver-uapi.rst:2279: WARNING: Duplicate C declaration, also defined at rfc/i915_scheduler:3. >> Declaration is '.. c:struct:: i915_context_engines_parallel_submit'. >> >> Use the Sphinx C domain namespace for the rfc document to fix this. >> >> Signed-off-by: Jani Nikula >> --- > > This looks pretty straightforward. > > Reviewed-by: Luca Coelho Thanks, pushed both. BR, Jani. > > > -- > Cheers, > Luca. -- Jani Nikula, Intel Open Source Graphics Center