Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750941AbdIKGmK convert rfc822-to-8bit (ORCPT ); Mon, 11 Sep 2017 02:42:10 -0400 Received: from wp038.webpack.hosteurope.de ([80.237.132.45]:37338 "EHLO wp038.webpack.hosteurope.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750789AbdIKGmJ (ORCPT ); Mon, 11 Sep 2017 02:42:09 -0400 Date: Mon, 11 Sep 2017 08:42:06 +0200 From: Henning Schild To: linux-kernel@vger.kernel.org Cc: Mauro Carvalho Chehab , Jonathan Corbet Subject: Re: [PATCH] docs: fix location of document that got moved Message-ID: <20170911084206.026ba595@hennsch.de> In-Reply-To: <20170901195721.16214-1-henning@hennsch.de> References: <20170901195721.16214-1-henning@hennsch.de> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT X-bounce-key: webpack.hosteurope.de;henning@hennsch.de;1505112129;92f15aa0; X-HE-SMSGID: 1drIQ2-00083q-B7 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 868 Lines: 30 Ping Am Fri, 1 Sep 2017 21:57:21 +0200 schrieb Henning Schild : > 9d85025b0418 renamed the document mentioned in the header. Adjust the > link to point to the right place. > > Signed-off-by: Henning Schild > --- > fs/binfmt_misc.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c > index f4718098ac31..b0cc07fbadef 100644 > --- a/fs/binfmt_misc.c > +++ b/fs/binfmt_misc.c > @@ -4,7 +4,8 @@ > * Copyright (C) 1997 Richard Günther > * > * binfmt_misc detects binaries via a magic or filename extension > and invokes > - * a specified wrapper. See Documentation/binfmt_misc.txt for more > details. > + * a specified wrapper. See > Documentation/admin-guide/binfmt-misc.rst for more > + * details. > */ > > #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt