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 71E3FC7115B for ; Mon, 23 Jun 2025 15:49:16 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 21C5110E023; Mon, 23 Jun 2025 15:49:16 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="sCoNveB3"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1381A10E3EB; Mon, 23 Jun 2025 15:49:14 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 283586112C; Mon, 23 Jun 2025 15:49:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 34CF2C4CEEA; Mon, 23 Jun 2025 15:49:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1750693752; bh=qJVVK7ez7W8Ym5Cp3wxOjBCCe+w6D/pUFXNefwF7Lgk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sCoNveB3ZtINFVtbCBwImsJouoKzz5MrLuMG5oN5Fl8i5qgdzVggqPkUorSMp2Qpe +Ja3+AMQXS1NvvAukSC4pyffGcwYu7dGfCiEzJ36e2k3JFlWx1Sgp/bN/APmQMn+b+ RRqBjBbImywJl0gJ2oxTWvbCuZ3ThCL+6N3qNYYxsJX5ahaYplLxg8afDIOtm7X+kd Mx7rRkELj+6ny7FJlZpPUnTcTkA0eR8Op+WJ9S4tX5WgK+S5Uu7nM2N1mKYVIhAfq6 +xw5ynK2YhvrC6iYVph3arcxXj02SePDkTRyaOvxFEKyVC9MlbO3PHMj7gaC21FnzR ROGXpg7WYR15w== Date: Mon, 23 Jun 2025 17:49:05 +0200 From: Danilo Krummrich To: Alexandre Courbot Cc: Miguel Ojeda , Alex Gaynor , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Andreas Hindborg , Alice Ryhl , Trevor Gross , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Benno Lossin , John Hubbard , Ben Skeggs , Joel Fernandes , Timur Tabi , Alistair Popple , linux-kernel@vger.kernel.org, rust-for-linux@vger.kernel.org, nouveau@lists.freedesktop.org, dri-devel@lists.freedesktop.org Subject: Re: [PATCH v6 01/24] rust: dma: fix comment Message-ID: References: <20250619-nova-frts-v6-0-ecf41ef99252@nvidia.com> <20250619-nova-frts-v6-1-ecf41ef99252@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250619-nova-frts-v6-1-ecf41ef99252@nvidia.com> X-BeenThere: nouveau@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Nouveau development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: nouveau-bounces@lists.freedesktop.org Sender: "Nouveau" On Thu, Jun 19, 2025 at 10:23:45PM +0900, Alexandre Courbot wrote: > A word was apparently missing in this sentence. > > Signed-off-by: Alexandre Courbot Applied to alloc-next, thanks! [ Slightly expand commit subject and add 'Fixes:' tag. - Danilo ]