README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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@achill.org>
---
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:
* Admin Guide: Documentation/admin-guide/index.rst
* Kernel Parameters: Documentation/admin-guide/kernel-parameters.rst
--
2.53.0
Achill Gilgenast <achill@achill.org> 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@achill.org>
> ---
> 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
On Sun, Feb 15, 2026 at 12:11:52PM +0100, Achill Gilgenast wrote:
>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@achill.org>
>---
> 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:
I suppose that this is a matter of preference, but the README consistently uses
the Oxford comma throught the text.
I think I'll just point to
https://docs.kernel.org/doc-guide/contributing.html#typo-fixes and defer this
to the Documentation maintainers :)
--
Thanks,
Sasha
On 2/15/26 5:11 AM, Sasha Levin wrote:
> On Sun, Feb 15, 2026 at 12:11:52PM +0100, Achill Gilgenast wrote:
>> 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@achill.org>
>> ---
>> 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:
>
> I suppose that this is a matter of preference, but the README consistently uses
> the Oxford comma throught the text.
>
> I think I'll just point to
> https://docs.kernel.org/doc-guide/contributing.html#typo-fixes and defer this
Exactly that. ^^^^^
> to the Documentation maintainers :)
--
~Randy
© 2016 - 2026 Red Hat, Inc.