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 X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3F176C28CC0 for ; Wed, 29 May 2019 13:50:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1F8E522CD1 for ; Wed, 29 May 2019 13:50:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727423AbfE2Nud (ORCPT ); Wed, 29 May 2019 09:50:33 -0400 Received: from ms.lwn.net ([45.79.88.28]:41756 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726702AbfE2Nuc (ORCPT ); Wed, 29 May 2019 09:50:32 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 1A5222B4; Wed, 29 May 2019 13:50:32 +0000 (UTC) Date: Wed, 29 May 2019 07:50:31 -0600 From: Jonathan Corbet To: Daniel Vetter Cc: Linux Doc Mailing List , Linux Kernel Mailing List , Jani Nikula , Markus Heiser , Mauro Carvalho Chehab , Oleksandr Natalenko Subject: Re: [PATCH 6/8] docs/gpu: fix a documentation build break in i915.rst Message-ID: <20190529075031.5275d065@lwn.net> In-Reply-To: References: <20190522205034.25724-1-corbet@lwn.net> <20190522205034.25724-7-corbet@lwn.net> Organization: LWN.net X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 29 May 2019 08:54:16 +0200 Daniel Vetter wrote: > > Documentation/gpu/i915.rst is not included in the TOC tree, but newer > > versions of sphinx parse it anyway. That leads to this hard build failure: > > It is included I think: Documentation/gpu/index.rst -> drivers.rst -> > i915.rst. With that corrected A-b: me. > > btw this patch didn't go to intel-gfx and all i915 maintainers, I > think per get_maintainers.pl it should have. Just asking since I had a > few patches of my own where get_maintainers.pl didn't seem to do the > right thing somehow. It is included, just a level down and I wasn't paying attention. In any case, this patch needs to be dropped; the kerneldoc comment changes I sent (and Jani acked) are the better fix for this problem. Thanks, jon