All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] manuals: remove repeated word
@ 2025-04-08 11:31 Andrew Kreimer
  2025-04-08 12:42 ` [docs] " Quentin Schulz
  2025-04-22  6:56 ` Antonin Godard
  0 siblings, 2 replies; 6+ messages in thread
From: Andrew Kreimer @ 2025-04-08 11:31 UTC (permalink / raw)
  To: docs; +Cc: Andrew Kreimer

The word "modern" appears twice, remove the extra one.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 documentation/brief-yoctoprojectqs/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst
index 3d249eefa..2f6e4cf02 100644
--- a/documentation/brief-yoctoprojectqs/index.rst
+++ b/documentation/brief-yoctoprojectqs/index.rst
@@ -44,7 +44,7 @@ following requirements:
    much more will help to run multiple builds and increase
    performance by reusing build artifacts.
 
--  At least &MIN_RAM; Gbytes of RAM, though a modern modern build host with as
+-  At least &MIN_RAM; Gbytes of RAM, though a modern build host with as
    much RAM and as many CPU cores as possible is strongly recommended to
    maximize build performance.
 
-- 
2.49.0



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

* Re: [docs] [PATCH] manuals: remove repeated word
  2025-04-08 11:31 [PATCH] manuals: remove repeated word Andrew Kreimer
@ 2025-04-08 12:42 ` Quentin Schulz
  2025-04-08 13:07   ` Andrew Kreimer
  2025-04-22  6:56 ` Antonin Godard
  1 sibling, 1 reply; 6+ messages in thread
From: Quentin Schulz @ 2025-04-08 12:42 UTC (permalink / raw)
  To: algonell, docs

Hi Andrew,

On 4/8/25 1:31 PM, Andrew Kreimer via lists.yoctoproject.org wrote:
> [You don't often get email from algonell=gmail.com@lists.yoctoproject.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
> 
> The word "modern" appears twice, remove the extra one.
> 

It's because it's VERY modern, like modern among the modern ones.

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>

Thanks!
Quentin


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

* Re: [docs] [PATCH] manuals: remove repeated word
  2025-04-08 12:42 ` [docs] " Quentin Schulz
@ 2025-04-08 13:07   ` Andrew Kreimer
  2025-04-08 13:11     ` Quentin Schulz
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Kreimer @ 2025-04-08 13:07 UTC (permalink / raw)
  To: Quentin Schulz; +Cc: docs

On Tue, Apr 08, 2025 at 02:42:04PM +0200, Quentin Schulz wrote:
> It's because it's VERY modern, like modern among the modern ones.

Noted, thank you.


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

* Re: [docs] [PATCH] manuals: remove repeated word
  2025-04-08 13:07   ` Andrew Kreimer
@ 2025-04-08 13:11     ` Quentin Schulz
  2025-04-08 13:13       ` Andrew Kreimer
  0 siblings, 1 reply; 6+ messages in thread
From: Quentin Schulz @ 2025-04-08 13:11 UTC (permalink / raw)
  To: Andrew Kreimer; +Cc: docs

Hi Andrew,

On 4/8/25 3:07 PM, Andrew Kreimer wrote:
> On Tue, Apr 08, 2025 at 02:42:04PM +0200, Quentin Schulz wrote:
>> It's because it's VERY modern, like modern among the modern ones.
> 
> Noted, thank you.

That was sarcasm/a joke. It's evidently a typo but was trying to 
jokingly justify it while giving my Reviewed-by, acknowledging that you 
are right that it was a uselessly redundancy. Your patch is fine and 
welcome, sorry for the confusion!

Cheers,
Quentin



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

* Re: [docs] [PATCH] manuals: remove repeated word
  2025-04-08 13:11     ` Quentin Schulz
@ 2025-04-08 13:13       ` Andrew Kreimer
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Kreimer @ 2025-04-08 13:13 UTC (permalink / raw)
  To: Quentin Schulz; +Cc: docs

On Tue, Apr 08, 2025 at 03:11:42PM +0200, Quentin Schulz wrote:
> That was sarcasm/a joke. It's evidently a typo but was trying to jokingly
> justify it while giving my Reviewed-by, acknowledging that you are right
> that it was a uselessly redundancy. Your patch is fine and welcome, sorry
> for the confusion!

Great, thank you.


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

* Re: [PATCH] manuals: remove repeated word
  2025-04-08 11:31 [PATCH] manuals: remove repeated word Andrew Kreimer
  2025-04-08 12:42 ` [docs] " Quentin Schulz
@ 2025-04-22  6:56 ` Antonin Godard
  1 sibling, 0 replies; 6+ messages in thread
From: Antonin Godard @ 2025-04-22  6:56 UTC (permalink / raw)
  To: docs, Andrew Kreimer; +Cc: Thomas Petazzoni, Antonin Godard


On Tue, 08 Apr 2025 14:31:26 +0300, Andrew Kreimer wrote:
> The word "modern" appears twice, remove the extra one.

Applied, thanks!

[1/1] manuals: remove repeated word
      commit: 8a2169431551ea29bf45b2eb120a13f0e444e1ea

Best regards,
-- 
Antonin Godard <antonin.godard@bootlin.com>


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

end of thread, other threads:[~2025-04-22  6:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-08 11:31 [PATCH] manuals: remove repeated word Andrew Kreimer
2025-04-08 12:42 ` [docs] " Quentin Schulz
2025-04-08 13:07   ` Andrew Kreimer
2025-04-08 13:11     ` Quentin Schulz
2025-04-08 13:13       ` Andrew Kreimer
2025-04-22  6:56 ` Antonin Godard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.