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 C18353932DE for ; Thu, 9 Apr 2026 08:56:26 +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=1775724989; cv=none; b=NC5oEQqcOH1lVSA9/EdcGuCpJ9I8CsYpfHsRVbxGvAUBPAjqEYtMAvd9rqpzNThzk2U7LHKHKCFtS0KnyZv3a9bxs9OLlaa0wBGk9zYC8MUwShSM/LTFVMMt25YLzg4VFSdwEQuj4WOqJ4YUyItmcwwQrhkozvOFgmBkNgXoTMg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775724989; c=relaxed/simple; bh=yKZyjN3mAb5BcRzrJy0g+hOwTEsUpYNsEpjoK4ZzBTI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=L/MoUZcFL74Lt42PcXsuJyHTVSjAcRtsmAlAcPMiO/rjQEoQIuNJfc2SFmDRATe+ssTCXgHc2RzTA67Q+bblEvnImpUxGYAiUJJAUOOOsdNTc8gV4AcEu3VuGfXJPZRu+CHTY59WQGc8RvpcJDNFXC5WhXG1ltYsu8WxCNUefl0= 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; dkim=pass (1024-bit key) header.d=arm.com header.i=@arm.com header.b=eakRa+Xd; 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 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=arm.com header.i=@arm.com header.b="eakRa+Xd" 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 74F693517 for ; Thu, 9 Apr 2026 01:56:19 -0700 (PDT) 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 062113F641 for ; Thu, 9 Apr 2026 01:56:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1775724985; bh=yKZyjN3mAb5BcRzrJy0g+hOwTEsUpYNsEpjoK4ZzBTI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eakRa+Xd1ilfke8CiIb/ypD7i6zQIa/j+RSLhWKU7HJ7CmZoF9NeizsfSCGNimfWv LPxi12HwSfz7T6NDLEX11eLsuhY8J0juw8A43wksxXmzm/vII/IBckbZ/on1ftvFwY 2Tm1Tzeimw5x0osvktDPfSbezbwcNCREYXHDl+lo= Date: Thu, 9 Apr 2026 09:56:23 +0100 From: Liviu Dudau To: =?utf-8?Q?Adri=C3=A1n?= Larumbe Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Steven Price , Boris Brezillon , kernel@collabora.com, Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter Subject: Re: [PATCH v2 2/2] drm/panthor: Fix outdated function documentation Message-ID: References: <20260408191228.537625-1-adrian.larumbe@collabora.com> <20260408191228.537625-2-adrian.larumbe@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 Content-Transfer-Encoding: 8bit In-Reply-To: <20260408191228.537625-2-adrian.larumbe@collabora.com> On Wed, Apr 08, 2026 at 08:12:24PM +0100, Adrián Larumbe wrote: > 'vm' is no longer allowed to be NULL. > > Signed-off-by: Adrián Larumbe > Reviewed-by: Boris Brezillon Reviewed-by: Liviu Dudau Best regards, Liviu > --- > drivers/gpu/drm/panthor/panthor_gem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/panthor/panthor_gem.c b/drivers/gpu/drm/panthor/panthor_gem.c > index 69cef05b6ef7..13295d7a593d 100644 > --- a/drivers/gpu/drm/panthor/panthor_gem.c > +++ b/drivers/gpu/drm/panthor/panthor_gem.c > @@ -1264,7 +1264,7 @@ void panthor_kernel_bo_destroy(struct panthor_kernel_bo *bo) > /** > * panthor_kernel_bo_create() - Create and map a GEM object to a VM > * @ptdev: Device. > - * @vm: VM to map the GEM to. If NULL, the kernel object is not GPU mapped. > + * @vm: VM to map the GEM to. > * @size: Size of the buffer object. > * @bo_flags: Combination of drm_panthor_bo_flags flags. > * @vm_map_flags: Combination of drm_panthor_vm_bind_op_flags (only those > -- > 2.53.0 > -- ==================== | I would like to | | fix the world, | | but they're not | | giving me the | \ source code! / --------------- ¯\_(ツ)_/¯