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=-15.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 05734C4167B for ; Mon, 7 Dec 2020 21:01:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BE226238EE for ; Mon, 7 Dec 2020 21:01:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727283AbgLGVAy (ORCPT ); Mon, 7 Dec 2020 16:00:54 -0500 Received: from ms.lwn.net ([45.79.88.28]:45156 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726208AbgLGVAx (ORCPT ); Mon, 7 Dec 2020 16:00:53 -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 5CB6D2F3; Mon, 7 Dec 2020 21:00:13 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 5CB6D2F3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1607374813; bh=Mvfz3wfx4t1iZKoJ0/5aShbqfDEpKtAnqPt6O8wfHsA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=P+uTd8ir2wrqcGVkUXEDCyAt7uHrqZ0/oY9Gf+B8IVzwbjaMK1JIFrnsgLqzcEGOW qwak4gOi1GEbKAWi3kDnSadcThioE1cXX0ZU9PhVFOVHuhzkUT+fDT/7YhuIt+jI3e YngOguh9NjjR3CjW0ga7+vbRK8MEOQhV4gMITu5aMQdUMzuHWHgXBi7bGTMF7I7tjk QGlYmLX4TS4zj03hNZNvHcdU/Lj/tRsxfpsfMjLKKHnRT5extpZDml9LBhY2n+n52H 2UWtRkYEAclLmYneUsn/iyQarWuKDDrJxZd7SNW2ZbBsom66Wk/3IO8bYDFKL8SGmG l2WINNlZk4/Ew== Date: Mon, 7 Dec 2020 14:00:12 -0700 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , "Stephen Rothwell" , linux-kernel@vger.kernel.org Subject: Re: [PATCH] docs: nios2: add missing ReST file Message-ID: <20201207140012.2f4cf4da@lwn.net> In-Reply-To: References: <20201207185257.1198e407@canb.auug.org.au> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 7 Dec 2020 09:56:20 +0100 Mauro Carvalho Chehab wrote: > changeset ed13a92d0fde ("docs: archis: add a per-architecture features list") > besides having a typo on its title, it was missing the feature file. > > Add it. > > Reported-by: Stephen Rothwell > Fixes: ed13a92d0fde ("docs: archis: add a per-architecture features list") > Signed-off-by: Mauro Carvalho Chehab > --- > > Jon/Stephen, > > I ended forgetting to add this one to the patch I sent. Sorry for that! > > If not too late, feel free to fold this patch with the past one. > > Documentation/nios2/features.rst | 3 +++ > 1 file changed, 3 insertions(+) > create mode 100644 Documentation/nios2/features.rst > > diff --git a/Documentation/nios2/features.rst b/Documentation/nios2/features.rst > new file mode 100644 > index 000000000000..8449e63f69b2 > --- /dev/null > +++ b/Documentation/nios2/features.rst > @@ -0,0 +1,3 @@ > +.. SPDX-License-Identifier: GPL-2.0 > + > +.. kernel-feat:: $srctree/Documentation/features nios2 I've applied this, thanks. jon