[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <fb826420-dcf4-9c98-90ec-cec604cb307b@infradead.org>
Date: Tue, 16 Mar 2021 12:04:11 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Xiaofeng Cao <cxfcosmos@...il.com>, christian.brauner@...ntu.com,
akpm@...ux-foundation.org
Cc: walken@...gle.com, tglx@...utronix.de,
linux-kernel@...r.kernel.org, Xiaofeng Cao <caoxiaofeng@...ong.com>
Subject: Re: [PATCH] kernel:sys: Fix typo issue
On 3/16/21 4:29 AM, Xiaofeng Cao wrote:
> From: Xiaofeng Cao <caoxiaofeng@...ong.com>
>
> change 'infite' to 'infinite'
> change 'concurent' to 'concurrent'
> change 'memvers' to 'members'
> change 'decendants' to 'descendants'
> change 'argumets' to 'arguments'
>
> Signed-off-by: Xiaofeng Cao <caoxiaofeng@...ong.com>
> ---
> kernel/sys.c | 14 +++++++-------
> 1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/kernel/sys.c b/kernel/sys.c
> index 2e2e3f378d97..ecc2f2efc31b 100644
> --- a/kernel/sys.c
> +++ b/kernel/sys.c
> @@ -1584,7 +1584,7 @@ int do_prlimit(struct task_struct *tsk, unsigned int resource,
>
> /*
> * RLIMIT_CPU handling. Arm the posix CPU timer if the limit is not
> - * infite. In case of RLIM_INFINITY the posix CPU timer code
> + * infinite. In case of RLIM_INFINITY the posix CPU timer code
> * ignores the rlimit.
> */
> if (!retval && new_rlim && resource == RLIMIT_CPU &&
It would be better to change "posix" to "POSIX" also.
Anyway:
Acked-by: Randy Dunlap <rdunlap@...radead.org>
thanks.
--
~Randy
Powered by blists - more mailing lists