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.5 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, 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 C94BB7D2F0 for ; Wed, 26 Jun 2019 21:27:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726227AbfFZV1k (ORCPT ); Wed, 26 Jun 2019 17:27:40 -0400 Received: from mail-ed1-f67.google.com ([209.85.208.67]:35340 "EHLO mail-ed1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726271AbfFZV1k (ORCPT ); Wed, 26 Jun 2019 17:27:40 -0400 Received: by mail-ed1-f67.google.com with SMTP id w20so5074339edd.2 for ; Wed, 26 Jun 2019 14:27:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=sender:date:from:to:cc:subject:message-id:mail-followup-to :references:mime-version:content-disposition:in-reply-to:user-agent; bh=UrjR3DDihkVtErCxXsK+ErOLFwWfcE9m/qcnzk09UyY=; b=cgLAV+Rp6zbNz1nb64bmt0RkKhKMJQ9aqc+CMUU2XUHSBJQ6pHvdXE3dH36q6wAchh Wt67WeRnz1HwvYQNsaJhuip9yFw8HMEiia1oFayPRFAuERJEJUTYeRRQkWQID7etjTds LnUtOuywRKbB0Nr0sH+C5YmuQkPnrTfL6aExg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to:user-agent; bh=UrjR3DDihkVtErCxXsK+ErOLFwWfcE9m/qcnzk09UyY=; b=bFhuguA2Z4IerJwib+H93OB9hKR21VbABGFBEVTNBnNoIi8qt61CBBXD3WHX3aYbZL hMeiPQ7BghHEamsF7LFNxab7TuNK6w7DO2fvj9pJJBu43+sOtSgRbUvo75//DaYZpvyH Se6ODssePBlGyjHP8l9yK4km4yeaaCp8YGm6MD7SXqRteQZeA+tq/vN1JaA79S5gb+MI UpStLGIZ8XYUUtb4hxk3e5vXatnBKteUPpQVbC4v46SGiaOIlme3v7SIopE95ya/AWb+ XRnilr49Rgb0J6vHAMT6HscpPFudO61oyt+Nf7SkwQd8E70Az1XsHPwyGoLHLOlYrAXj NCeg== X-Gm-Message-State: APjAAAVrK+V8f4GykKcRC91ntYve6VMyfDrJ0FDdpy+t3IYL91ln2Si1 4o811ziOwCXED3WSByQUzKigrw== X-Google-Smtp-Source: APXvYqzR0IbAROk3gpDamYKJeT+OF9uZlY5ZEmOadbWZJftZuRBhsscuB56FYYJd7NYuf1+9vgy3TA== X-Received: by 2002:a17:906:6d2:: with SMTP id v18mr6059151ejb.279.1561584458203; Wed, 26 Jun 2019 14:27:38 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:569e:0:3106:d637:d723:e855]) by smtp.gmail.com with ESMTPSA id q50sm27042edd.91.2019.06.26.14.27.36 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Wed, 26 Jun 2019 14:27:37 -0700 (PDT) Date: Wed, 26 Jun 2019 23:27:35 +0200 From: Daniel Vetter To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Maarten Lankhorst , Maxime Ripard , Sean Paul , David Airlie , Daniel Vetter , dri-devel@lists.freedesktop.org Subject: Re: [PATCH] drm: fix a reference for a renamed file: fb/modedb.rst Message-ID: <20190626212735.GY12905@phenom.ffwll.local> Mail-Followup-To: Mauro Carvalho Chehab , Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Maarten Lankhorst , Maxime Ripard , Sean Paul , David Airlie , dri-devel@lists.freedesktop.org References: <699d7618720e2808f9aa094a13ab2f3545c3c25c.1561565652.git.mchehab+samsung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <699d7618720e2808f9aa094a13ab2f3545c3c25c.1561565652.git.mchehab+samsung@kernel.org> X-Operating-System: Linux phenom 4.19.0-5-amd64 User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org 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 > --- > drivers/gpu/drm/drm_modes.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c > index 57e6408288c8..4645af681ef8 100644 > --- a/drivers/gpu/drm/drm_modes.c > +++ b/drivers/gpu/drm/drm_modes.c > @@ -1680,7 +1680,7 @@ static int drm_mode_parse_cmdline_options(char *str, size_t len, > * > * Additionals options can be provided following the mode, using a comma to > * separate each option. Valid options can be found in > - * Documentation/fb/modedb.txt. > + * Documentation/fb/modedb.rst. > * > * The intermediate drm_cmdline_mode structure is required to store additional > * options from the command line modline like the force-enable/disable flag. > -- > 2.21.0 > -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch