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 D40893E7BCC for ; Mon, 6 Jul 2026 10:58:35 +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=1783335517; cv=none; b=JWsgdBucUJIX3nXhs0arEni//dFYpl+7Er/ZONGTjrh4X0sV14vEk3g/8rV5x1pbK4AoUoOpyWxjyAN8f55cbfylNOc9e0btNoqAGb+YH3hmtb/53VnAgAQqTefGXJSe8g95y1iZkEqo8MiknmJtFLK+nQqBUgGjT/HBF2VSOww= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783335517; c=relaxed/simple; bh=FcabjikKPQe1tvCPKjTLPI5nA3T+6QR9xzkU0EJ/khE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=XvxYREptpgWt5BE8UCFwaobc8s/ueZd5p7Z5BkF0JkYn2wwPjaUDmQeNLaTTDfGVtoNz/cHH8GV57yKSlW7u1qi+fi91wYA/AtVIuTzvXbXyIcND365UMuyCQozxhOs3lcOucxhka8/8JGgwXbdQ3sw3DckSbuP2m9S/VMfrlFg= 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=DjwvoAK2; 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="DjwvoAK2" 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 D60E31576 for ; Mon, 6 Jul 2026 03:58:30 -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 F36893F85F for ; Mon, 6 Jul 2026 03:58:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1783335515; bh=FcabjikKPQe1tvCPKjTLPI5nA3T+6QR9xzkU0EJ/khE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DjwvoAK2LbwP0mjtaOmf6K/1AADs8kbbrgOCRyd3IJFpnP7SNA6ijodC14Rwi3iCk 8LH7nexaX3I8b5gzr07hfxNr5or/LMhfdo0oGmlH5sV3Hx93TZArOiW2QesMi+eScw QpyKj9R30A7xxfegS27O8rWXyBtyLLockmCAnB9s= Date: Mon, 6 Jul 2026 11:58:23 +0100 From: Liviu Dudau To: =?utf-8?Q?Adri=C3=A1n?= Larumbe Cc: Boris Brezillon , Steven Price , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Heiko Stuebner , Grant Likely , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 3/3] drm/panthor: Fix comment to reflect actual struct field name Message-ID: References: <20260704-vm_bind_checks-v4-0-4705b6ca9f8a@collabora.com> <20260704-vm_bind_checks-v4-3-4705b6ca9f8a@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: <20260704-vm_bind_checks-v4-3-4705b6ca9f8a@collabora.com> On Sat, Jul 04, 2026 at 05:46:46AM +0100, Adrián Larumbe wrote: > The mismatch would pop up when building the kernel with W=1. > > Reviewed-by: Boris Brezillon > Reviewed-by: Steven Price > Signed-off-by: Adrián Larumbe Reviewed-by: Liviu Dudau Best regards, Liviu > --- > drivers/gpu/drm/panthor/panthor_mmu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/panthor/panthor_mmu.c b/drivers/gpu/drm/panthor/panthor_mmu.c > index 662a2c13b467..d09d5641e6c0 100644 > --- a/drivers/gpu/drm/panthor/panthor_mmu.c > +++ b/drivers/gpu/drm/panthor/panthor_mmu.c > @@ -306,7 +306,7 @@ struct panthor_vm { > /** @kernel_auto_va.start: Start of the automatic VA-range for kernel BOs. */ > u64 start; > > - /** @kernel_auto_va.size: Size of the automatic VA-range for kernel BOs. */ > + /** @kernel_auto_va.end: End of the automatic VA-range for kernel BOs. */ > u64 end; > } kernel_auto_va; > > > -- > 2.55.0 > -- ==================== | I would like to | | fix the world, | | but they're not | | giving me the | \ source code! / --------------- ¯\_(ツ)_/¯