From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 10B44435EEA; Mon, 13 Jul 2026 16:33:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783960435; cv=none; b=nxlXU7gM1AXL3ZFGRN8+2F0tbbaZv+ISPLO/PmzzzzNqRHXgrcVTT03ihgJn0CrRu5drwran0BJJVw+lZ1x429L4zaaHN1jS6SpMnrv2agvjnEnKvbG/cB79bwXKrzRFkAYDQ4LEL5djAIm2eA5AUkISfTwbu72glvVa0ke2rbo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783960435; c=relaxed/simple; bh=/dNVTHLp6VpGfrNF1gdIjpFqB9K9B2CL5Ftg++rPyc0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=KweORRnrOkgRinPZzK0oaSclGm/CBQSYJCVzNtsnC+HUtbpOehkA2k1UydUfLBaVRriVX76WF/OwrYPAWFtDuJ0SJE20Iturbg7dagoNnfHL32CQS51OjJFOuEEU08dlbikEzMsdQFu7iuwvADKJgR2bLU3GmNqQ6ahzk3+vtwM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WyKAnUJw; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="WyKAnUJw" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 538941F00A3A; Mon, 13 Jul 2026 16:33:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783960433; bh=pTuteeMtWZKH6Y5iqChJ75qGlkMn9FpzzYmPrZJQ6uE=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=WyKAnUJw5TZvDqjJVvIuLkssi6RuPK8GuIE9UgKX2GBjuha5LXz48xmN/opw6AeTK KckaoUaWi/Hu4TcPz8+mJbLkBkBeS5EV1njH3QQzEwKx3Y0FzedP4ebVZ5tymDlqcK TNqIlMQFZy4x0Wc3RkSIhHsTYWcO8hfN3qRdDSf3r7t+0J6EsJpv8rkW7HRtLrQYlp AoG60WV/Zyw2KdPazkMsojIrzD6M1z852odBx3OY9KLVCe2CPRAXwH3OSPlqNY+OrM B5rK1J2vN91pC/OCRGxEfRslE6b/iB5hxOsUlf0osU5beoIj1IGj/5SP9uviP0J3Iv y/rWPQ56rRXtQ== From: Danilo Krummrich To: Younes Akhouayri Cc: Danilo Krummrich , Alice Ryhl , David Airlie , Simona Vetter , Miguel Ojeda , Boqun Feng , Gary Guo , =?UTF-8?q?Bj=C3=B6rn=20Roy=20Baron?= , Benno Lossin , Andreas Hindborg , Trevor Gross , Daniel Almeida , Tamir Duberstein , Alexandre Courbot , =?UTF-8?q?Onur=20=C3=96zkan?= , dri-devel@lists.freedesktop.org, rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] rust: drm: Fix typo in FEAT_RENDER documentation Date: Mon, 13 Jul 2026 18:33:47 +0200 Message-ID: <20260713163347.1525217-1-dakr@kernel.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260712-docs-drm-feat-render-rustdoc-typo-v1-1-c9df1cbbce4b@younes.io> References: <20260712-docs-drm-feat-render-rustdoc-typo-v1-1-c9df1cbbce4b@younes.io> X-Patch-Reply: applied 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-Transfer-Encoding: 8bit On Sun, 12 Jul 2026 15:39:46 +0200, Younes Akhouayri wrote: > [PATCH] rust: drm: Fix typo in FEAT_RENDER documentation Applied, thanks! Branch: drm-rust-next Tree: https://gitlab.freedesktop.org/drm/rust/kernel.git [1/1] rust: drm: Fix typo in FEAT_RENDER documentation commit: 6cb3fdc9f5ae The patch will appear in the next linux-next integration (typically within 24 hours on weekdays). The patch is queued up for the upcoming merge window for the next major kernel release.