From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 327301B5EB5; Sat, 13 Sep 2025 09:20:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757755246; cv=none; b=OLAuot1D40CoUW0HV1QPFaUi5GEXeOrDyfdZFnDpayShB3jAsQD20sU6nxnAA0uWvxQ2n/iPJuBevizEA88z5b3FR0M1qT5Bva+yROuk9wyvAbPC0BBvQxyRcP52DZN7jEG8FXBiRWHe9obXnMpmm2gfzWHpxQtdTTlgVn7cD44= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757755246; c=relaxed/simple; bh=VhNgzjWhFHAY0JxD/ASuTUD+uwaVreOCvGCE2RaFaI4=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=aq7xpfIZnPqZaNghYutbvcUhcElYX6FXhWE0vRu1LHn9+CT08pFjmbuF7hCz+gkOMsi5/+B3y9IGL1dLFUqiR4boZitmeWJutD2Q8A1IAN44ZoJmudB58/51K4CNogwm3lJ35XQocXy+Vf35IwnwXuE2thtpvd3Pco4dz6RdCOE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=O1CiecMP; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="O1CiecMP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4E0E1C4CEEB; Sat, 13 Sep 2025 09:20:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1757755245; bh=VhNgzjWhFHAY0JxD/ASuTUD+uwaVreOCvGCE2RaFaI4=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=O1CiecMPE8eFgu/Sd3KKqnFogWYsshlSz9xI54uJMp/XIShlKPDTZTA7m7M9NRwVF BXzo6HDsGOPlW/30698/zkMXLgsPudEk8ZgCV+etF4E1YfFGl520Gr6DlBon3gbU4f KvC+iAc/pSFtxV9lg8eTNr5Qa5Dzc+1yAI3nZKyz++uYQed62aICPZAxg051t1hNAH QR7vrlBymqccnURbj7Zyhp74nNp3kuKm9Jldmab+aFL25EFlCO1EKdQe9r+M+WoZPG 8J1M7xLZQAhNvwvPXFPFVcaiFoC/BXqBd8m5LF1pqsl0QM3KyNTp2LYoHzOVC/eLj6 RgLTe5jnt77dg== Message-ID: <3c6ebf82-c3cd-47e7-b8c7-21c767b08722@kernel.org> Date: Sat, 13 Sep 2025 11:20:40 +0200 Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] Revert "drm: Add directive to format code in comment" To: Bagas Sanjaya Cc: Linux Kernel Mailing List , Linux Documentation , Linux DRI Development , Matthew Brost , =?UTF-8?Q?Thomas_Hellstr=C3=B6m?= , Alice Ryhl , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Javier Garcia , Dmitry Baryshkov , Antonino Maniscalco , Rob Clark , Randy Dunlap , Stephen Rothwell References: <20250912130649.27623-2-bagasdotme@gmail.com> From: Danilo Krummrich Content-Language: en-US In-Reply-To: <20250912130649.27623-2-bagasdotme@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 9/12/25 3:06 PM, Bagas Sanjaya wrote: > Commit 6cc44e9618f03f ("drm: Add directive to format code in comment") > fixes original Sphinx indentation warning as introduced in > 471920ce25d50b ("drm/gpuvm: Add locking helpers"), by means of using > code-block:: directive. It semantically conflicts with earlier > bb324f85f72284 ("drm/gpuvm: Wrap drm_gpuvm_sm_map_exec_lock() expected > usage in literal code block") that did the same using double colon > syntax instead. These duplicated literal code block directives causes > the original warnings not being fixed. > > Revert 6cc44e9618f03f to keep things rolling without these warnings. > > Fixes: 6cc44e9618f0 ("drm: Add directive to format code in comment") > Fixes: 471920ce25d5 ("drm/gpuvm: Add locking helpers") > Signed-off-by: Bagas Sanjaya Applied to drm-misc-fixes, thanks!