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 4266DC83F17 for ; Mon, 28 Jul 2025 19:53:43 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A2C2510E190; Mon, 28 Jul 2025 19:53:42 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="ra2Jz8h5"; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9EE2F10E190 for ; Mon, 28 Jul 2025 19:53:41 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 49D395C5AD6; Mon, 28 Jul 2025 19:53:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C8D1AC4CEE7; Mon, 28 Jul 2025 19:53:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753732419; bh=iv7gVpQcHrEXtlmF36wPqtBB2W2XMVx0c4GQZtQzJPA=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=ra2Jz8h5JHr2rL3+N1cnOSMvOsEy+v6yGFAZNbGtKzLr+QNexdKIYIRDV0eLPLFeB ntadcDqbHe0xpCXBl5wRnSLyv9pfwqgOlSgDxle+q4Nn0vGC64cRQsHtHbMn7UXtwY xqcSBYj6RJlLWeW11p8WJTyGFZEjvs9JuyrWjuDHT67tPaDz1HIFLk9hC35IG4qCEq iTFehxS1UEue/TI9oCxjnSWLQ9u8PObhRq8cMrG+TG3bJShKfsJBOAt1DqjcyAox4R hDB3Ahd01sdS/jFI6kbxVML2mWH77fcixf1IOsWFcT8YoNqyuk2/8K1wvTXOGoOzAc fPxlcYbWkOBZw== Date: Mon, 28 Jul 2025 14:53:38 -0500 From: Bjorn Helgaas To: Alex Deucher Cc: David Airlie , Simona Vetter , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Bjorn Helgaas Subject: Re: [PATCH] drivers/gpu: Fix typos Message-ID: <20250728195338.GA3244723@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, Jul 28, 2025 at 03:16:32PM -0400, Alex Deucher wrote: > On Wed, Jul 23, 2025 at 4:28 PM Bjorn Helgaas wrote: > > > > From: Bjorn Helgaas > > > > Fix typos, most reported by "codespell drivers/gpu". Only touches > > comments, no code changes. > > > > Signed-off-by: Bjorn Helgaas > > Any chance you could split this up per driver? Sure. What's the appropriate granularity? This? drivers/gpu/drm/amd drivers/gpu/drm/i915 drivers/gpu/drm/nouveau drivers/gpu/drm/radeon drivers/gpu/drm/vmwgfx ... Or I guess I could dig through MAINTAINERS and find the most-specific entries? What's your preferred base and timeline? This was based on v6.16-rc1. I can rebase to v6.17-rc1 and post early in the next cycle, or late next cycle, or whatever you prefer. Bjorn