From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) (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 EAEF71D0DEE; Sat, 16 May 2026 14:09:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.79.88.28 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778940592; cv=none; b=I3zoY9kGU/GTfQnqzzsAeMHNitVGjIoxVOmdtgndPo7xyNF3wAxin7oPYVOabpSN37/Cp7SeAowbMd0WurRcN2wSwichtZWRVx8GhGpCOGHPQMA9Vl9GT0o3T2SMhvMpAM4+ne66Y9GkHxNpanrqBrY+kPm7e+84tDr66278qG0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778940592; c=relaxed/simple; bh=ou8DOGO+SAzFBsITu8uOd2acXVesjslZQVd52PzTi6s=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=NrFisnBJo7vNpz5yKuGpOK8anX8ziMtrcgQqA1aNp3LexbhgML93xaxH4NRSpOoSvofJoKl8FD1caUVWlBEATErweWb8bOlLz9P55turmGWm3iQ6kX30x72b4WW2MnT4E5FN+fhRWr+bcUJhdpPsW/Srt+e+BcOxDwH/WRNORrM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lwn.net; spf=pass smtp.mailfrom=lwn.net; dkim=pass (2048-bit key) header.d=lwn.net header.i=@lwn.net header.b=FkOaEQAi; arc=none smtp.client-ip=45.79.88.28 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lwn.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lwn.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=lwn.net header.i=@lwn.net header.b="FkOaEQAi" DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 950D2410B8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1778940583; bh=ou8DOGO+SAzFBsITu8uOd2acXVesjslZQVd52PzTi6s=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=FkOaEQAiXekO5PIMvT466xeKe6fz+LPEpA0XS5Uag4J+nfmEdmU6HIrZGBJYOGQgm nuwVf4OtiaO81wyi8KFYxQ+6df+IvzsPQUUccFgd5n5jc2s7FOdOJ8os63dAN3mDLW QKDSFyA/Djymuje+VGi0MT05sb5JoHyLo6GfSya38SyF2KFfGpcI+STADgAHPiPGIo PqJZEVNhHxMc66G6LlBtZu7l917oDvGyX+zDlIPP5Umq/OozWiLWaNYNd8eGKCRiwN w9Kaop3t43V7SN3E72e/KnanMIcfPrtS+RH5lMCDGVTjjqB3QIUc0v0rgn3bPrhLkC e1RYQl4cVVeUA== Received: from localhost (unknown [IPv6:2601:280:4600:27b:67c:16ff:fe81:5f9b]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 950D2410B8; Sat, 16 May 2026 14:09:43 +0000 (UTC) From: Jonathan Corbet To: Cheesecake , Alex Deucher , Christian =?utf-8?Q?K=C3=B6nig?= , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Shuah Khan Cc: amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Cheesecake Subject: Re: [PATCH] docs: fix typo in mpo-overview.rst In-Reply-To: <20260516100406.21070-1-cheesecake2960@icloud.com> References: <20260516100406.21070-1-cheesecake2960@icloud.com> Date: Sat, 16 May 2026 08:09:42 -0600 Message-ID: <87se7rmont.fsf@trenco.lwn.net> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Cheesecake writes: > Replace "transparant" with "transparent" > > Signed-off-by: Cheesecake Patches need a proper signoff with a real name, please. Thanks, jo