linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND] docs: arm: stm32: fix typo "busses" -> "buses"
@ 2025-08-07 14:51 Akshaykumar Gunari
  2025-08-12 18:45 ` Jonathan Corbet
  2025-09-03 13:20 ` Alexandre TORGUE
  0 siblings, 2 replies; 5+ messages in thread
From: Akshaykumar Gunari @ 2025-08-07 14:51 UTC (permalink / raw)
  To: corbet, mcoquelin.stm32, alexandre.torgue
  Cc: linux-doc, linux-stm32, linux-arm-kernel, linux-kernel,
	Akshaykumar Gunari

Fix the spelling of "busses" to the preferred form "buses" in STM32 ARM
architecture documentation.

Signed-off-by: Akshaykumar Gunari <akshaygunari@gmail.com>
---
 Documentation/arch/arm/stm32/stm32f746-overview.rst  | 2 +-
 Documentation/arch/arm/stm32/stm32f769-overview.rst  | 2 +-
 Documentation/arch/arm/stm32/stm32h743-overview.rst  | 2 +-
 Documentation/arch/arm/stm32/stm32h750-overview.rst  | 2 +-
 Documentation/arch/arm/stm32/stm32mp13-overview.rst  | 2 +-
 Documentation/arch/arm/stm32/stm32mp151-overview.rst | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Documentation/arch/arm/stm32/stm32f746-overview.rst b/Documentation/arch/arm/stm32/stm32f746-overview.rst
index 78befddc7740..335f0855a858 100644
--- a/Documentation/arch/arm/stm32/stm32f746-overview.rst
+++ b/Documentation/arch/arm/stm32/stm32f746-overview.rst
@@ -15,7 +15,7 @@ It features:
 - SD/MMC/SDIO support
 - Ethernet controller
 - USB OTFG FS & HS controllers
-- I2C, SPI, CAN busses support
+- I2C, SPI, CAN buses support
 - Several 16 & 32 bits general purpose timers
 - Serial Audio interface
 - LCD controller
diff --git a/Documentation/arch/arm/stm32/stm32f769-overview.rst b/Documentation/arch/arm/stm32/stm32f769-overview.rst
index e482980ddf21..ef31aadee68f 100644
--- a/Documentation/arch/arm/stm32/stm32f769-overview.rst
+++ b/Documentation/arch/arm/stm32/stm32f769-overview.rst
@@ -15,7 +15,7 @@ It features:
 - SD/MMC/SDIO support*2
 - Ethernet controller
 - USB OTFG FS & HS controllers
-- I2C*4, SPI*6, CAN*3 busses support
+- I2C*4, SPI*6, CAN*3 buses support
 - Several 16 & 32 bits general purpose timers
 - Serial Audio interface*2
 - LCD controller
diff --git a/Documentation/arch/arm/stm32/stm32h743-overview.rst b/Documentation/arch/arm/stm32/stm32h743-overview.rst
index 4e15f1a42730..7659df24d362 100644
--- a/Documentation/arch/arm/stm32/stm32h743-overview.rst
+++ b/Documentation/arch/arm/stm32/stm32h743-overview.rst
@@ -15,7 +15,7 @@ It features:
 - SD/MMC/SDIO support
 - Ethernet controller
 - USB OTFG FS & HS controllers
-- I2C, SPI, CAN busses support
+- I2C, SPI, CAN buses support
 - Several 16 & 32 bits general purpose timers
 - Serial Audio interface
 - LCD controller
diff --git a/Documentation/arch/arm/stm32/stm32h750-overview.rst b/Documentation/arch/arm/stm32/stm32h750-overview.rst
index 0e51235c9547..be032b77d1f1 100644
--- a/Documentation/arch/arm/stm32/stm32h750-overview.rst
+++ b/Documentation/arch/arm/stm32/stm32h750-overview.rst
@@ -15,7 +15,7 @@ It features:
 - SD/MMC/SDIO support
 - Ethernet controller
 - USB OTFG FS & HS controllers
-- I2C, SPI, CAN busses support
+- I2C, SPI, CAN buses support
 - Several 16 & 32 bits general purpose timers
 - Serial Audio interface
 - LCD controller
diff --git a/Documentation/arch/arm/stm32/stm32mp13-overview.rst b/Documentation/arch/arm/stm32/stm32mp13-overview.rst
index 3bb9492dad49..b5e9589fb06f 100644
--- a/Documentation/arch/arm/stm32/stm32mp13-overview.rst
+++ b/Documentation/arch/arm/stm32/stm32mp13-overview.rst
@@ -24,7 +24,7 @@ More details:
 - ADC/DAC
 - USB EHCI/OHCI controllers
 - USB OTG
-- I2C, SPI, CAN busses support
+- I2C, SPI, CAN buses support
 - Several general purpose timers
 - Serial Audio interface
 - LCD controller
diff --git a/Documentation/arch/arm/stm32/stm32mp151-overview.rst b/Documentation/arch/arm/stm32/stm32mp151-overview.rst
index f42a2ac309c0..b58c256ede9a 100644
--- a/Documentation/arch/arm/stm32/stm32mp151-overview.rst
+++ b/Documentation/arch/arm/stm32/stm32mp151-overview.rst
@@ -23,7 +23,7 @@ More details:
 - ADC/DAC
 - USB EHCI/OHCI controllers
 - USB OTG
-- I2C, SPI busses support
+- I2C, SPI buses support
 - Several general purpose timers
 - Serial Audio interface
 - LCD-TFT controller
-- 
2.43.0


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

* Re: [PATCH RESEND] docs: arm: stm32: fix typo "busses" -> "buses"
  2025-08-07 14:51 [PATCH RESEND] docs: arm: stm32: fix typo "busses" -> "buses" Akshaykumar Gunari
@ 2025-08-12 18:45 ` Jonathan Corbet
  2025-09-03 13:20 ` Alexandre TORGUE
  1 sibling, 0 replies; 5+ messages in thread
From: Jonathan Corbet @ 2025-08-12 18:45 UTC (permalink / raw)
  To: Akshaykumar Gunari, mcoquelin.stm32, alexandre.torgue
  Cc: linux-doc, linux-stm32, linux-arm-kernel, linux-kernel,
	Akshaykumar Gunari

Akshaykumar Gunari <akshaygunari@gmail.com> writes:

> Fix the spelling of "busses" to the preferred form "buses" in STM32 ARM
> architecture documentation.
>
> Signed-off-by: Akshaykumar Gunari <akshaygunari@gmail.com>
> ---
>  Documentation/arch/arm/stm32/stm32f746-overview.rst  | 2 +-
>  Documentation/arch/arm/stm32/stm32f769-overview.rst  | 2 +-
>  Documentation/arch/arm/stm32/stm32h743-overview.rst  | 2 +-
>  Documentation/arch/arm/stm32/stm32h750-overview.rst  | 2 +-
>  Documentation/arch/arm/stm32/stm32mp13-overview.rst  | 2 +-
>  Documentation/arch/arm/stm32/stm32mp151-overview.rst | 2 +-
>  6 files changed, 6 insertions(+), 6 deletions(-)

Applied, thanks.

jon

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

* Re: [PATCH RESEND] docs: arm: stm32: fix typo "busses" -> "buses"
  2025-08-07 14:51 [PATCH RESEND] docs: arm: stm32: fix typo "busses" -> "buses" Akshaykumar Gunari
  2025-08-12 18:45 ` Jonathan Corbet
@ 2025-09-03 13:20 ` Alexandre TORGUE
  2025-09-03 14:01   ` Jonathan Corbet
  1 sibling, 1 reply; 5+ messages in thread
From: Alexandre TORGUE @ 2025-09-03 13:20 UTC (permalink / raw)
  To: Akshaykumar Gunari, corbet, mcoquelin.stm32
  Cc: linux-doc, linux-stm32, linux-arm-kernel, linux-kernel

Hi

On 8/7/25 16:51, Akshaykumar Gunari wrote:
> Fix the spelling of "busses" to the preferred form "buses" in STM32 ARM
> architecture documentation.
> 
> Signed-off-by: Akshaykumar Gunari <akshaygunari@gmail.com>
> ---
>   Documentation/arch/arm/stm32/stm32f746-overview.rst  | 2 +-
>   Documentation/arch/arm/stm32/stm32f769-overview.rst  | 2 +-
>   Documentation/arch/arm/stm32/stm32h743-overview.rst  | 2 +-
>   Documentation/arch/arm/stm32/stm32h750-overview.rst  | 2 +-
>   Documentation/arch/arm/stm32/stm32mp13-overview.rst  | 2 +-
>   Documentation/arch/arm/stm32/stm32mp151-overview.rst | 2 +-
>   6 files changed, 6 insertions(+), 6 deletions(-)
> 

Applied on stm32-next.

Thanks
Alex

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

* Re: [PATCH RESEND] docs: arm: stm32: fix typo "busses" -> "buses"
  2025-09-03 13:20 ` Alexandre TORGUE
@ 2025-09-03 14:01   ` Jonathan Corbet
  2025-09-03 16:36     ` Alexandre TORGUE
  0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Corbet @ 2025-09-03 14:01 UTC (permalink / raw)
  To: Alexandre TORGUE, Akshaykumar Gunari, mcoquelin.stm32
  Cc: linux-doc, linux-stm32, linux-arm-kernel, linux-kernel

Alexandre TORGUE <alexandre.torgue@foss.st.com> writes:

> Hi
>
> On 8/7/25 16:51, Akshaykumar Gunari wrote:
>> Fix the spelling of "busses" to the preferred form "buses" in STM32 ARM
>> architecture documentation.
>> 
>> Signed-off-by: Akshaykumar Gunari <akshaygunari@gmail.com>
>> ---
>>   Documentation/arch/arm/stm32/stm32f746-overview.rst  | 2 +-
>>   Documentation/arch/arm/stm32/stm32f769-overview.rst  | 2 +-
>>   Documentation/arch/arm/stm32/stm32h743-overview.rst  | 2 +-
>>   Documentation/arch/arm/stm32/stm32h750-overview.rst  | 2 +-
>>   Documentation/arch/arm/stm32/stm32mp13-overview.rst  | 2 +-
>>   Documentation/arch/arm/stm32/stm32mp151-overview.rst | 2 +-
>>   6 files changed, 6 insertions(+), 6 deletions(-)
>> 
>
> Applied on stm32-next.

I had already done so (and copied you) on August 12.  I can drop my
copy, I suppose, if that's how you want to do it?

Thanks,

jon

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

* Re: [PATCH RESEND] docs: arm: stm32: fix typo "busses" -> "buses"
  2025-09-03 14:01   ` Jonathan Corbet
@ 2025-09-03 16:36     ` Alexandre TORGUE
  0 siblings, 0 replies; 5+ messages in thread
From: Alexandre TORGUE @ 2025-09-03 16:36 UTC (permalink / raw)
  To: Jonathan Corbet, Akshaykumar Gunari, mcoquelin.stm32
  Cc: linux-doc, linux-stm32, linux-arm-kernel, linux-kernel

Hi Jon

On 9/3/25 16:01, Jonathan Corbet wrote:
> Alexandre TORGUE <alexandre.torgue@foss.st.com> writes:
> 
>> Hi
>>
>> On 8/7/25 16:51, Akshaykumar Gunari wrote:
>>> Fix the spelling of "busses" to the preferred form "buses" in STM32 ARM
>>> architecture documentation.
>>>
>>> Signed-off-by: Akshaykumar Gunari <akshaygunari@gmail.com>
>>> ---
>>>    Documentation/arch/arm/stm32/stm32f746-overview.rst  | 2 +-
>>>    Documentation/arch/arm/stm32/stm32f769-overview.rst  | 2 +-
>>>    Documentation/arch/arm/stm32/stm32h743-overview.rst  | 2 +-
>>>    Documentation/arch/arm/stm32/stm32h750-overview.rst  | 2 +-
>>>    Documentation/arch/arm/stm32/stm32mp13-overview.rst  | 2 +-
>>>    Documentation/arch/arm/stm32/stm32mp151-overview.rst | 2 +-
>>>    6 files changed, 6 insertions(+), 6 deletions(-)
>>>
>>
>> Applied on stm32-next.
> 
> I had already done so (and copied you) on August 12.  I can drop my
> copy, I suppose, if that's how you want to do it?

Sorry I missed it. Let me drop it on my side (my fault).

Thank
Alex

> 
> Thanks,
> 
> jon


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

end of thread, other threads:[~2025-09-03 16:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-07 14:51 [PATCH RESEND] docs: arm: stm32: fix typo "busses" -> "buses" Akshaykumar Gunari
2025-08-12 18:45 ` Jonathan Corbet
2025-09-03 13:20 ` Alexandre TORGUE
2025-09-03 14:01   ` Jonathan Corbet
2025-09-03 16:36     ` Alexandre TORGUE

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).