public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] README: remove unnecessary comma in "System Administrator" section
@ 2026-02-15 11:11 Achill Gilgenast
  2026-02-15 13:11 ` Sasha Levin
  2026-02-15 15:46 ` Jonathan Corbet
  0 siblings, 2 replies; 4+ messages in thread
From: Achill Gilgenast @ 2026-02-15 11:11 UTC (permalink / raw)
  To: sashal, linux-doc
  Cc: linux-kernel, Achill Gilgenast, Jonathan Corbet, Bagas Sanjaya,
	Kees Cook, Mauro Carvalho Chehab, Randy Dunlap

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] README: remove unnecessary comma in "System Administrator" section
  2026-02-15 11:11 [PATCH] README: remove unnecessary comma in "System Administrator" section Achill Gilgenast
@ 2026-02-15 13:11 ` Sasha Levin
  2026-02-15 17:40   ` Randy Dunlap
  2026-02-15 15:46 ` Jonathan Corbet
  1 sibling, 1 reply; 4+ messages in thread
From: Sasha Levin @ 2026-02-15 13:11 UTC (permalink / raw)
  To: Achill Gilgenast
  Cc: linux-doc, linux-kernel, Jonathan Corbet, Bagas Sanjaya,
	Kees Cook, Mauro Carvalho Chehab, Randy Dunlap

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] README: remove unnecessary comma in "System Administrator" section
  2026-02-15 11:11 [PATCH] README: remove unnecessary comma in "System Administrator" section Achill Gilgenast
  2026-02-15 13:11 ` Sasha Levin
@ 2026-02-15 15:46 ` Jonathan Corbet
  1 sibling, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2026-02-15 15:46 UTC (permalink / raw)
  To: Achill Gilgenast, sashal, linux-doc
  Cc: linux-kernel, Achill Gilgenast, Bagas Sanjaya, Kees Cook,
	Mauro Carvalho Chehab, Randy Dunlap

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] README: remove unnecessary comma in "System Administrator" section
  2026-02-15 13:11 ` Sasha Levin
@ 2026-02-15 17:40   ` Randy Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2026-02-15 17:40 UTC (permalink / raw)
  To: Sasha Levin, Achill Gilgenast
  Cc: linux-doc, linux-kernel, Jonathan Corbet, Bagas Sanjaya,
	Kees Cook, Mauro Carvalho Chehab



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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-02-15 18:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-15 11:11 [PATCH] README: remove unnecessary comma in "System Administrator" section Achill Gilgenast
2026-02-15 13:11 ` Sasha Levin
2026-02-15 17:40   ` Randy Dunlap
2026-02-15 15:46 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox