Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp4474923ybz; Tue, 28 Apr 2020 11:56:07 -0700 (PDT) X-Google-Smtp-Source: APiQypL9q459V8Z53mFyCp9K/JfBksta5HaszxuNkRVKMVqm2N7PM81jBPv3TdxM/QhfTWjlOd9A X-Received: by 2002:aa7:c983:: with SMTP id c3mr25039825edt.343.1588100167769; Tue, 28 Apr 2020 11:56:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588100167; cv=none; d=google.com; s=arc-20160816; b=LTpH0/knLaYHtSwBr6gMXcoWxukvae1BLcB4heAtSq/6Zfy5cR9kB8qfwNUlfCvuOV neFDjEg4lBhEwZY7FaPxy3u8IwWZlF6THGQcywlkw62WRI2YSjQ65tlLTDekeyxkePuW Xl/KlJL6Upz9JR7AF6sMTscci8rL181jCwSoKDOLKhmBRmWuIIeh/J/jnqQwg7W4C60K WOKsYx5qDq+RA6K6f8Ge2hxEDgB51uZh/UX4/gGJSXe646d3OG2gUoQCfDicy43qiqVt oKWu+sUJMZjr2bUq7py5PBpyhMkR1Rs8gGPc5mdfoEt2S3xYiilYPCK4RFowcAw/e9nW HDNA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=iTf3Xty7RwSG/OpMpcsCh5X6WowFYl93xUNFt5Uz/jo=; b=i5y5wp9PSOCy/RB7eIYdboMajYlBEOV+R+H9PM3pPILy5qQXibTJQR6eqTXs0UByAi qTXY/btbqclG+alzM8cquhnSLn5hlAHbKIGqfQj5C4JP3pvfdHMti4AmKjnwy6g0m7gd 4F3Wk2xRyj8nkCpfi8CXnne3mhoRcEu0zob6MmGHjgMGQjbS/sCfpbOBo/qi4B+O1i3r +1p9BvXexOUpggTRoApg4ccmXNUKFFkuVm9udTPyv4uTBzPpM/iEivPjVos1I5NqGtqq RlRlJHm1BKVUK892UzD72QCJWoDz7O8vSUV06Nff/RTxw9Wf2+RW51MFgLqpPA1S6pUx gj7A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b1si2208184edh.318.2020.04.28.11.55.43; Tue, 28 Apr 2020 11:56:07 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729360AbgD1SgG (ORCPT + 99 others); Tue, 28 Apr 2020 14:36:06 -0400 Received: from ms.lwn.net ([45.79.88.28]:41378 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730333AbgD1SgC (ORCPT ); Tue, 28 Apr 2020 14:36:02 -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 D03822D6; Tue, 28 Apr 2020 18:36:01 +0000 (UTC) Date: Tue, 28 Apr 2020 12:36:00 -0600 From: Jonathan Corbet To: Stephen Kitt Cc: Mike Marshall , Martin Brandenburg , devel@lists.orangefs.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] docs: orangefs: fix pvfs2tab literal block Message-ID: <20200428123600.2f0f908f@lwn.net> In-Reply-To: <20200424153515.134500-1-steve@sk2.org> References: <20200424153515.134500-1-steve@sk2.org> Organization: LWN.net 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 Fri, 24 Apr 2020 17:35:15 +0200 Stephen Kitt wrote: > Following a merge fix-up, the literal block is introduced too early; > this patch merges the localhost mention with the introduction, fixing > > Documentation/filesystems/orangefs.rst:124: WARNING: Literal block expected; none found. > > Signed-off-by: Stephen Kitt Applied, thanks. jon