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=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no 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 3D521C55ABD for ; Fri, 13 Nov 2020 22:08:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EDA3D2223C for ; Fri, 13 Nov 2020 22:08:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726251AbgKMWIK (ORCPT ); Fri, 13 Nov 2020 17:08:10 -0500 Received: from ms.lwn.net ([45.79.88.28]:50964 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725981AbgKMWII (ORCPT ); Fri, 13 Nov 2020 17:08:08 -0500 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 9E4C14FA; Fri, 13 Nov 2020 22:08:07 +0000 (UTC) Date: Fri, 13 Nov 2020 15:08:06 -0700 From: Jonathan Corbet To: Jonathan =?UTF-8?B?TmV1c2Now6RmZXI=?= Cc: linux-doc@vger.kernel.org, Mauro Carvalho Chehab , Jan Kara , John Hubbard , linux-kernel@vger.kernel.org Subject: Re: [PATCH] docs: filesystems: link ubifs-authentication.rst without .rst extension Message-ID: <20201113150806.364122cc@lwn.net> In-Reply-To: <20201108132415.1789142-1-j.neuschaefer@gmx.net> References: <20201108132415.1789142-1-j.neuschaefer@gmx.net> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 8 Nov 2020 14:24:14 +0100 Jonathan Neuschäfer wrote: > Specifying the .rst extension doesn't cause any problems AFAICT, but > it's uncommon. > > Fixes: 688f118e3139f ("docs: filesystems: convert ubifs-authentication.rst.txt to ReST") > Signed-off-by: Jonathan Neuschäfer > --- > Documentation/filesystems/index.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. jon