Re: [PATCH] docs: remove duplicate word

From: Jonathan Corbet
Date: Fri Dec 06 2024 - 11:52:08 EST


Ruffalo Lavoisier <ruffalolavoisier@xxxxxxxxx> writes:

> - Remove duplicate word, 'to'.
> ---
> Documentation/admin-guide/sysctl/fs.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/sysctl/fs.rst b/Documentation/admin-guide/sysctl/fs.rst
> index 30c61474dec5..43b128c0225b 100644
> --- a/Documentation/admin-guide/sysctl/fs.rst
> +++ b/Documentation/admin-guide/sysctl/fs.rst
> @@ -41,7 +41,7 @@ pre-allocation or re-sizing of any kernel data structures.
> dentry-negative
> ----------------------------
>
> -Policy for negative dentries. Set to 1 to to always delete the dentry when a
> +Policy for negative dentries. Set to 1 to always delete the dentry when a
> file is removed, and 0 to disable it. By default, this behavior is disabled.

This patch lacks a Signed-off-by line; please see
Documentation/process/submitting-patches.rst.

In this case, it is trivial enough that I have applied it anyway, but
any future changes will need to be properly signed off.

Thanks,

jon