Re: [PATCH] README: remove unnecessary comma in "System Administrator" section
From: Jonathan Corbet
Date: Sun Feb 15 2026 - 10:46:25 EST
Achill Gilgenast <achill@xxxxxxxxxx> writes:
> Commas before "and" are unnecessary if they are used in the same
> context, as it is here.
>
> Fixes: b9a565b3e4d8 ("README: restructure with role-based documentation and guidelines")
> Signed-off-by: Achill Gilgenast <achill@xxxxxxxxxx>
> ---
> README | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/README b/README
> index e6549b2a7aac..947265bc64ac 100644
> --- a/README
> +++ b/README
> @@ -98,7 +98,7 @@ Maintain and stabilize kernel versions:
> System Administrator
> --------------------
>
> -Configure, tune, and troubleshoot Linux systems:
> +Configure, tune and troubleshoot Linux systems:
This is basic Oxford comma usage, and not something that needs to be
fixed in the kernel documentation.
Thanks,
jon