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 2F251CD3441 for ; Tue, 19 Sep 2023 06:47:14 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C5D6010E252; Tue, 19 Sep 2023 06:47:13 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id D661510E252 for ; Tue, 19 Sep 2023 06:47:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1695106031; x=1726642031; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=0w9CcXv0ZYXqXLe1IkRqMH8GJMukGQC7w/czrPaH13M=; b=iCLE/2HXbbHYSSQ/nWrryFqsx2aBhLTfomCpR8BdEWc4tk/ClC/rUXuH 4YKY5k1VPN7DXzBO6xjrZn0hDB4CPf0w8MLCao1H5P6eyAsHiAlnKjWjX A99q10XWfpZeegIJO79q70ucHe0otj139GIjSkmj1CeaipHKKfYsiHfXV 5Oz5HJXgydCv4euoIUQAQ/oMd+mCtUquHa3SpNGmYTK14dhklUgBYb9su PH/w67Sc6eP7B4LVTsfZ7ynykYhP5wnMfHhG6ZNqV2RA2/Z9gOLA5K1em a8FB3gQQehlp9KRc5iKg8lZI7KupVPqqSAjrVaSmjEDNRD6Mwu6FxJO/I Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10837"; a="360120493" X-IronPort-AV: E=Sophos;i="6.02,158,1688454000"; d="scan'208";a="360120493" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Sep 2023 23:47:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10837"; a="816333543" X-IronPort-AV: E=Sophos;i="6.02,158,1688454000"; d="scan'208";a="816333543" Received: from adixit-mobl.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.212.159.109]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Sep 2023 23:47:11 -0700 Date: Mon, 18 Sep 2023 23:47:10 -0700 Message-ID: <87h6nqy80h.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Aravind Iddamsetty In-Reply-To: <20230919063611.14236-1-aravind.iddamsetty@linux.intel.com> References: <20230919063611.14236-1-aravind.iddamsetty@linux.intel.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/29.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Subject: Re: [Intel-xe] [PATCH] drm/xe: Fix kernel doc warning for PMU events 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: , Cc: intel-xe@lists.freedesktop.org Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Mon, 18 Sep 2023 23:36:11 -0700, Aravind Iddamsetty wrote: > > Add DOC keyword to PMU events comment in include/drm/xe_drm.h to make it > kernel doc format. > > Fixes: 4a9681392cec ("drm/xe/pmu: Enable PMU interface") Maybe make this a fixup! patch so it can get merged with the original patch? With that this is: Reviewed-by: Ashutosh Dixit > > Signed-off-by: Aravind Iddamsetty > --- > include/uapi/drm/xe_drm.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/uapi/drm/xe_drm.h b/include/uapi/drm/xe_drm.h > index 63863eda8355..6ab85c7fed36 100644 > --- a/include/uapi/drm/xe_drm.h > +++ b/include/uapi/drm/xe_drm.h > @@ -1054,7 +1054,7 @@ struct drm_xe_vm_madvise { > }; > > /** > - * XE PMU event config IDs > + * DOC: XE PMU event config IDs > * > * Check 'man perf_event_open' to use these ID's in 'struct perf_event_attr' > * as part of perf_event_open syscall to read a particular event. > -- > 2.25.1 >