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 E0FB7FD875A for ; Tue, 17 Mar 2026 12:26:27 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A2F3F10E582; Tue, 17 Mar 2026 12:26:27 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="BMhTnV4F"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id 774E510E582 for ; Tue, 17 Mar 2026 12:26:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1773750387; x=1805286387; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version; bh=UbGvNACEMPlwz3EO0uw52XsEJ7biK4zlFw5He6bUJ+E=; b=BMhTnV4FgfkdyCvm9J2fykUNd147n+q4y/XIzWr0c8Ei2hey9PKcWed3 iA0rk9DgME0IpFnP79HDyyF9yH1Ia9Th0sTZH2dvpAbMkf1yn28IIncW5 sG9spHZ8mBKnSKc3e6huJ5xjYPlzNv9GIseczHeWAgC97otg73UFn5Mus 9+OKIBmIhex3hOpQWHaooQgt0GNbHZ7caq0ayOYR9Xi82qHmMOHXYVL/s Kn60u3+SblCYUrNYDgOSTg6Pj4UXSmI3fWyaw2nlvlSZcjr+GwfqgXSb8 ewXlOqdW55S2kwiwtnIZLmtnAbHbia6d1ZWlPjTCbIiQOstb+wTJvc/9y A==; X-CSE-ConnectionGUID: qYW0K0goTZexjCrWjDwENw== X-CSE-MsgGUID: RJiWwgHQQfaFM8m+W9de2g== X-IronPort-AV: E=McAfee;i="6800,10657,11732"; a="97387404" X-IronPort-AV: E=Sophos;i="6.23,124,1770624000"; d="scan'208";a="97387404" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Mar 2026 05:26:26 -0700 X-CSE-ConnectionGUID: rbamHyaNRf2s8UCpwyIYhA== X-CSE-MsgGUID: qHkTKUS4S0228SwsfkDe7w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.23,124,1770624000"; d="scan'208";a="252736926" Received: from krybak-mobl1.ger.corp.intel.com (HELO localhost) ([10.245.246.32]) by orviesa002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Mar 2026 05:26:24 -0700 From: Jani Nikula To: Shuicheng Lin , intel-xe@lists.freedesktop.org Cc: Shuicheng Lin Subject: Re: [PATCH 0/4] kernel-doc fix for headers In-Reply-To: <20260316180322.1721237-6-shuicheng.lin@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs Bertel Jungin Aukio 5, 02600 Espoo, Finland References: <20260316180322.1721237-6-shuicheng.lin@intel.com> Date: Tue, 17 Mar 2026 14:26:21 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Mon, 16 Mar 2026, Shuicheng Lin wrote: > Generated by AI and reviewed to confirm the change is correct. > Split by category to ease review. Will you also ask your AI why kernel-doc didn't warn about these in the regular build? BR, Jani. > > Shuicheng Lin (4): > drm/xe: Fix stale and mismatched kernel-doc member tags in header > files > drm/xe: Add missing '@' prefix to kernel-doc member tags > drm/xe: Fix kernel-doc comment syntax issues in header files > drm/xe: Fix type and parameter name mismatches in kernel-doc > references > > drivers/gpu/drm/xe/xe_device_types.h | 6 +++--- > drivers/gpu/drm/xe/xe_exec_queue_types.h | 2 +- > drivers/gpu/drm/xe/xe_gt_sriov_pf_types.h | 1 - > drivers/gpu/drm/xe/xe_gt_types.h | 2 +- > drivers/gpu/drm/xe/xe_guc_capture_types.h | 2 +- > drivers/gpu/drm/xe/xe_guc_ct_types.h | 4 ++-- > drivers/gpu/drm/xe/xe_guc_relay_types.h | 2 +- > drivers/gpu/drm/xe/xe_guc_submit_types.h | 2 +- > drivers/gpu/drm/xe/xe_hw_engine_types.h | 2 +- > drivers/gpu/drm/xe/xe_oa_types.h | 8 +++++--- > drivers/gpu/drm/xe/xe_pagefault_types.h | 4 ++-- > drivers/gpu/drm/xe/xe_pt_types.h | 2 +- > drivers/gpu/drm/xe/xe_pt_walk.h | 6 +++--- > drivers/gpu/drm/xe/xe_vm_types.h | 2 +- > 14 files changed, 23 insertions(+), 22 deletions(-) -- Jani Nikula, Intel