From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id D3D5C34C80D for ; Wed, 17 Dec 2025 13:46:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765979174; cv=none; b=pdenjay2Rze6j5kN7AR4KBHAvsx0lBllfA4e3knhgzDm7JmoWXXatB92hRd4x1YjRMNuIHiu1vNl3sAHLGZEMiPs3uMdUYbGohhNZlRffq3K3fHAm5R0CwK3WkKdKi5YaU8a7/esBTRlvE2Iq86pm5zcorRqFA2PbfIUVPpr2K4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765979174; c=relaxed/simple; bh=rSMjf2i0D1lrZsW8wX7FDOvmoWP8YKHG2JavLHaMMTY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=TiAqlBsFhAkPeuOI4TzAfJsmxy2MxEL2l0ZJJ59ZpeIkRihUskZlQxs1j2UeS0Ixak+ngKc8ZF4L+tZJtHYu0RRzxL6n1PimLGVWf/DuidcKWk6Ol0x34or1ItURzUqV/1Y+lMNmvoCg1du8ueaYLc/5p7gHWaiIyluG10N/3NY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id D56DE106F for ; Wed, 17 Dec 2025 05:46:00 -0800 (PST) Received: from [192.168.0.1] (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id C27063F73F for ; Wed, 17 Dec 2025 05:46:07 -0800 (PST) Date: Wed, 17 Dec 2025 13:45:18 +0000 From: Liviu Dudau To: Boris Brezillon Cc: dri-devel@lists.freedesktop.org, Steven Price , =?utf-8?Q?Adri=C3=A1n?= Larumbe , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Stephen Rothwell , David Airlie , Simona Vetter , kernel@collabora.com Subject: Re: [PATCH] drm/panthor: Fix kerneldoc in uAPI header Message-ID: References: <20251217132403.3996014-1-boris.brezillon@collabora.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20251217132403.3996014-1-boris.brezillon@collabora.com> On Wed, Dec 17, 2025 at 02:24:03PM +0100, Boris Brezillon wrote: > Fix a typo in a kerneldoc header. > > Reported-by: Stephen Rothwell > Closes: https://lore.kernel.org/dri-devel/20251216120049.3ed7e06e@canb.auug.org.au/ > Signed-off-by: Boris Brezillon Reviewed-by: Liviu Dudau Best regards, Liviu > --- > include/uapi/drm/panthor_drm.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/uapi/drm/panthor_drm.h b/include/uapi/drm/panthor_drm.h > index e238c6264fa1..b401ac585d6a 100644 > --- a/include/uapi/drm/panthor_drm.h > +++ b/include/uapi/drm/panthor_drm.h > @@ -350,7 +350,7 @@ struct drm_panthor_gpu_info { > __u32 as_present; > > /** > - * @select_coherency: Coherency selected for this device. > + * @selected_coherency: Coherency selected for this device. > * > * One of drm_panthor_gpu_coherency. > */ > -- > 2.52.0 >