[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <0ff0bc0a-7507-871e-5bf2-145c983e44a0@infradead.org>
Date: Sat, 2 Jun 2018 15:16:36 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: tomkpz@...il.com, viro@...iv.linux.org.uk,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] exec: binfmt_misc: update reference to documentation
On 06/02/2018 01:11 PM, tomkpz@...il.com wrote:
> From: tomKPZ <tomKPZ@...il.com>
>
> Documentation/binfmt_misc.txt was moved to
> Documentation/admin-guide/binfmt-misc.rst in 9d85025b. This change
> updates a reference to the file.
Please see Documentation/process/submitting-patches.rst, about Signed-off-by:
then you just add a line saying::
Signed-off-by: Random J Developer <random@...eloper.example.org>
using your real name (sorry, no pseudonyms or anonymous contributions.)
> ---
> 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 a41b48f82a70..5ad89b838c79 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
>
thanks,
--
~Randy
Powered by blists - more mailing lists