From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-5.7 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id 611027D2F0 for ; Thu, 27 Jun 2019 17:31:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726514AbfF0RbZ (ORCPT ); Thu, 27 Jun 2019 13:31:25 -0400 Received: from ms.lwn.net ([45.79.88.28]:56912 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726540AbfF0RbY (ORCPT ); Thu, 27 Jun 2019 13:31:24 -0400 Received: from lwn.net (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 F0B2C537; Thu, 27 Jun 2019 17:31:23 +0000 (UTC) Date: Thu, 27 Jun 2019 11:31:22 -0600 From: Jonathan Corbet To: Daniel Vetter Cc: Mauro Carvalho Chehab , Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Maarten Lankhorst , Maxime Ripard , Sean Paul , David Airlie , dri-devel@lists.freedesktop.org Subject: Re: [PATCH] drm: fix a reference for a renamed file: fb/modedb.rst Message-ID: <20190627113122.34b46ee2@lwn.net> In-Reply-To: <20190626212735.GY12905@phenom.ffwll.local> References: <699d7618720e2808f9aa094a13ab2f3545c3c25c.1561565652.git.mchehab+samsung@kernel.org> <20190626212735.GY12905@phenom.ffwll.local> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Wed, 26 Jun 2019 23:27:35 +0200 Daniel Vetter wrote: > On Wed, Jun 26, 2019 at 01:14:13PM -0300, Mauro Carvalho Chehab wrote: > > Due to two patches being applied about the same time, the > > reference for modedb.rst file got wrong: > > > > Documentation/fb/modedb.txt is now Documentation/fb/modedb.rst. > > > > Fixes: 1bf4e09227c3 ("drm/modes: Allow to specify rotation and reflection on the commandline") > > Fixes: ab42b818954c ("docs: fb: convert docs to ReST and rename to *.rst") > > Signed-off-by: Mauro Carvalho Chehab > > What's the merge plan here? doc-next? If so: > > Acked-by: Daniel Vetter It doesn't really apply to docs-next, so that's probably not the best path unless I hold it until after the merge window. Seems like it needs to go through the DRM tree to me. Thanks, jon