From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 A5747CA45 for ; Fri, 8 May 2026 18:36:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778265414; cv=none; b=RDEM6pJyqDzYKIhXH8kxn+SUr8ez5jLMtkzNxtBm5/60DD7WACpCHn8VmWkPXCENNuC/4C+eVyuwUxinVVLT9hlhSZPpiwBiq14jzQDDq4kjfFzNuPC24xRJHjJtgPM7Z5Z8NEkR7u8xtEQZ57c56xNv2YAzJG1yNsHMzxVcimw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778265414; c=relaxed/simple; bh=h96QI8sAyvSd31nBbtM2Woe9Zc3O3tsUieuOYDcl4WU=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type; b=CZGj2edLdlNIjpPONCMplLURVzHh4pyld6PzG/AU3NXz58G8ST8P84IWrarJtUXWvKhyZlVDbPaoNaKlGR6KGUXIOX1C+W3af/WlpSJGiJUSkLLx/96fqBxImFB5od2W+U6/zf01P5Prh2Vm+hanURWSIRhNqU6lXnFlcHCoZhk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=2oVuIEaO; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="2oVuIEaO" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:To:Subject:MIME-Version:Date: Message-ID:Sender:Reply-To:Cc:Content-ID:Content-Description; bh=6NMoLqHFyd73ffPyW0rx+cIGr/qHa00Gmqg55Y3BWCQ=; b=2oVuIEaOSc1+rFoRk1jvwl7Gd7 3CYLzxXlAcsxUHbaZKY4hfuPukaEcJ33/3hMtEL4iWWnrC5ik5SfP4n99ZZ5c4P4tV89iiC/nf2KN k7E0GKuCJrQd7sKlLfPD0kyM8Pub6Sw0uIzgj8mV2O7Uq4ONsRX0+60Qj4OZRyKR3jrwYLzPvkFeb lrxU9HmWJ1q+DiwxjmozWau7EQ0aEmXVzzVA/R3IUZF0Zz9F15I8/LnZhs4Npc1+6pRt4/CcuqgoJ IKCmyqPowUXyx6J/dV4Eh4T0gyIEdsKaldRCYCFct94iTseNnpKR5Pj0xcE+iJfkpsQlMPtHLsDJt IioR0BcQ==; Received: from [50.53.43.113] (helo=[192.168.254.34]) by bombadil.infradead.org with esmtpsa (Exim 4.99.1 #2 (Red Hat Linux)) id 1wLQ4D-00000007H39-0kCX; Fri, 08 May 2026 18:36:53 +0000 Message-ID: Date: Fri, 8 May 2026 11:36:52 -0700 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 3/3] Documentation/gpu/rfc: fix toctree To: Jani Nikula , dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org References: Content-Language: en-US From: Randy Dunlap In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 5/8/26 4:12 AM, Jani Nikula wrote: > Just one toctree is enough. The .rst suffixes are superfluous in the > toctree. Fix indent. Add missing newline at the end of the file. > > Signed-off-by: Jani Nikula Acked-by: Randy Dunlap Tested-by: Randy Dunlap > --- > Documentation/gpu/rfc/index.rst | 26 ++++++-------------------- > 1 file changed, 6 insertions(+), 20 deletions(-) > > diff --git a/Documentation/gpu/rfc/index.rst b/Documentation/gpu/rfc/index.rst > index ef19b0ba2a3e..26a7ebe6fb44 100644 > --- a/Documentation/gpu/rfc/index.rst > +++ b/Documentation/gpu/rfc/index.rst > @@ -18,23 +18,9 @@ host such documentation: > > .. toctree:: > > - gpusvm.rst > - > -.. toctree:: > - > - i915_gem_lmem.rst > - > -.. toctree:: > - > - i915_scheduler.rst > - > -.. toctree:: > - > - i915_small_bar.rst > - > -.. toctree:: > - > - i915_vm_bind.rst > - > -.. toctree:: > - color_pipeline.rst > \ No newline at end of file > + gpusvm > + i915_gem_lmem > + i915_scheduler > + i915_small_bar > + i915_vm_bind > + color_pipeline -- ~Randy