* [PATCH] docs: use "buses" rather than "busses"
@ 2024-01-03 17:28 Samuel Tardieu
2024-01-03 17:35 ` Philippe Mathieu-Daudé
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Samuel Tardieu @ 2024-01-03 17:28 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-arm, qemu-trivial, Vikram Garhwal, Pavel Pisa, Peter Maydell,
Samuel Tardieu
If "busses" might be encountered as a plural of "bus" (5 instances),
the correct spelling is "buses" (26 instances). Fixing those 5
instances makes the doc more consistent.
Signed-off-by: Samuel Tardieu <sam@rfc1149.net>
---
docs/system/arm/palm.rst | 2 +-
docs/system/arm/xscale.rst | 2 +-
docs/system/devices/can.rst | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/system/arm/palm.rst b/docs/system/arm/palm.rst
index 47ff9b36d4..61bc8d34f4 100644
--- a/docs/system/arm/palm.rst
+++ b/docs/system/arm/palm.rst
@@ -14,7 +14,7 @@ following elements:
- On-chip Real Time Clock
- TI TSC2102i touchscreen controller / analog-digital converter /
- Audio CODEC, connected through MicroWire and |I2S| busses
+ Audio CODEC, connected through MicroWire and |I2S| buses
- GPIO-connected matrix keypad
diff --git a/docs/system/arm/xscale.rst b/docs/system/arm/xscale.rst
index d2d5949e10..e239136c3c 100644
--- a/docs/system/arm/xscale.rst
+++ b/docs/system/arm/xscale.rst
@@ -32,4 +32,4 @@ The clamshell PDA models emulation includes the following peripherals:
- Three on-chip UARTs
-- WM8750 audio CODEC on |I2C| and |I2S| busses
+- WM8750 audio CODEC on |I2C| and |I2S| buses
diff --git a/docs/system/devices/can.rst b/docs/system/devices/can.rst
index 0af3d9912a..09121836fd 100644
--- a/docs/system/devices/can.rst
+++ b/docs/system/devices/can.rst
@@ -1,12 +1,12 @@
CAN Bus Emulation Support
=========================
The CAN bus emulation provides mechanism to connect multiple
-emulated CAN controller chips together by one or multiple CAN busses
-(the controller device "canbus" parameter). The individual busses
+emulated CAN controller chips together by one or multiple CAN buses
+(the controller device "canbus" parameter). The individual buses
can be connected to host system CAN API (at this time only Linux
SocketCAN is supported).
-The concept of busses is generic and different CAN controllers
+The concept of buses is generic and different CAN controllers
can be implemented.
The initial submission implemented SJA1000 controller which
--
2.42.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] docs: use "buses" rather than "busses"
2024-01-03 17:28 [PATCH] docs: use "buses" rather than "busses" Samuel Tardieu
@ 2024-01-03 17:35 ` Philippe Mathieu-Daudé
2024-01-03 21:34 ` Pavel Pisa
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-01-03 17:35 UTC (permalink / raw)
To: Samuel Tardieu, qemu-devel
Cc: qemu-arm, qemu-trivial, Vikram Garhwal, Pavel Pisa, Peter Maydell
On 3/1/24 18:28, Samuel Tardieu wrote:
> If "busses" might be encountered as a plural of "bus" (5 instances),
> the correct spelling is "buses" (26 instances). Fixing those 5
> instances makes the doc more consistent.
>
> Signed-off-by: Samuel Tardieu <sam@rfc1149.net>
> ---
> docs/system/arm/palm.rst | 2 +-
> docs/system/arm/xscale.rst | 2 +-
> docs/system/devices/can.rst | 6 +++---
> 3 files changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] docs: use "buses" rather than "busses"
2024-01-03 17:28 [PATCH] docs: use "buses" rather than "busses" Samuel Tardieu
2024-01-03 17:35 ` Philippe Mathieu-Daudé
@ 2024-01-03 21:34 ` Pavel Pisa
2024-01-08 15:35 ` Thomas Huth
2024-01-04 16:32 ` Zhao Liu
2024-01-05 17:49 ` Peter Maydell
3 siblings, 1 reply; 6+ messages in thread
From: Pavel Pisa @ 2024-01-03 21:34 UTC (permalink / raw)
To: Samuel Tardieu
Cc: qemu-devel, qemu-arm, qemu-trivial, Vikram Garhwal, Peter Maydell
On Wednesday 03 of January 2024 18:28:17 Samuel Tardieu wrote:
> If "busses" might be encountered as a plural of "bus" (5 instances),
> the correct spelling is "buses" (26 instances). Fixing those 5
> instances makes the doc more consistent.
>
> Signed-off-by: Samuel Tardieu <sam@rfc1149.net>
Reviewed-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
PS: there is waiting my previous CAN FIX from December 14
and I have received any feedback if it will be taken
by somebody with commit rights
https://gitlab.com/qemu-project/qemu/-/issues/2028
https://patchew.org/QEMU/20231214104623.31147-1-pisa@fel.cvut.cz/
Should I resend it?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] docs: use "buses" rather than "busses"
2024-01-03 21:34 ` Pavel Pisa
@ 2024-01-08 15:35 ` Thomas Huth
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Huth @ 2024-01-08 15:35 UTC (permalink / raw)
To: Pavel Pisa, Samuel Tardieu, Peter Maydell
Cc: qemu-devel, qemu-arm, qemu-trivial, Vikram Garhwal, Jason Wang
On 03/01/2024 22.34, Pavel Pisa wrote:
> On Wednesday 03 of January 2024 18:28:17 Samuel Tardieu wrote:
>> If "busses" might be encountered as a plural of "bus" (5 instances),
>> the correct spelling is "buses" (26 instances). Fixing those 5
>> instances makes the doc more consistent.
>>
>> Signed-off-by: Samuel Tardieu <sam@rfc1149.net>
> Reviewed-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
>
> PS: there is waiting my previous CAN FIX from December 14
> and I have received any feedback if it will be taken
> by somebody with commit rights
>
> https://gitlab.com/qemu-project/qemu/-/issues/2028
> https://patchew.org/QEMU/20231214104623.31147-1-pisa@fel.cvut.cz/
>
> Should I resend it?
Since you (and Vikram) are listed as a maintainer for the CAN subsystem, so
if there were no objections, it's maybe easiest if you send a pull request
for it. See this page for some more information:
https://www.qemu.org/docs/master/devel/submitting-a-pull-request.html
Basically:
- Stick your patch(es) in a branch on your public repository
- Create a signed git tag ("git tag -s ...") and push it to your repo
- git format-patch --cover-letter --subject-prefix=PULL ...
- Use "git request-pull" to create the contents of the cover letter
- Send them to the qemu-devel mailing list
HTH,
Thomas
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] docs: use "buses" rather than "busses"
2024-01-03 17:28 [PATCH] docs: use "buses" rather than "busses" Samuel Tardieu
2024-01-03 17:35 ` Philippe Mathieu-Daudé
2024-01-03 21:34 ` Pavel Pisa
@ 2024-01-04 16:32 ` Zhao Liu
2024-01-05 17:49 ` Peter Maydell
3 siblings, 0 replies; 6+ messages in thread
From: Zhao Liu @ 2024-01-04 16:32 UTC (permalink / raw)
To: Samuel Tardieu
Cc: qemu-devel, qemu-arm, qemu-trivial, Vikram Garhwal, Pavel Pisa,
Peter Maydell
On Wed, Jan 03, 2024 at 06:28:17PM +0100, Samuel Tardieu wrote:
> Date: Wed, 3 Jan 2024 18:28:17 +0100
> From: Samuel Tardieu <sam@rfc1149.net>
> Subject: [PATCH] docs: use "buses" rather than "busses"
> X-Mailer: git-send-email 2.42.0
>
> If "busses" might be encountered as a plural of "bus" (5 instances),
> the correct spelling is "buses" (26 instances). Fixing those 5
> instances makes the doc more consistent.
>
> Signed-off-by: Samuel Tardieu <sam@rfc1149.net>
> ---
> docs/system/arm/palm.rst | 2 +-
> docs/system/arm/xscale.rst | 2 +-
> docs/system/devices/can.rst | 6 +++---
> 3 files changed, 5 insertions(+), 5 deletions(-)
>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] docs: use "buses" rather than "busses"
2024-01-03 17:28 [PATCH] docs: use "buses" rather than "busses" Samuel Tardieu
` (2 preceding siblings ...)
2024-01-04 16:32 ` Zhao Liu
@ 2024-01-05 17:49 ` Peter Maydell
3 siblings, 0 replies; 6+ messages in thread
From: Peter Maydell @ 2024-01-05 17:49 UTC (permalink / raw)
To: Samuel Tardieu
Cc: qemu-devel, qemu-arm, qemu-trivial, Vikram Garhwal, Pavel Pisa
On Wed, 3 Jan 2024 at 17:28, Samuel Tardieu <sam@rfc1149.net> wrote:
>
> If "busses" might be encountered as a plural of "bus" (5 instances),
> the correct spelling is "buses" (26 instances). Fixing those 5
> instances makes the doc more consistent.
>
> Signed-off-by: Samuel Tardieu <sam@rfc1149.net>
Applied to target-arm.next, thanks (since 2 out of 3 of these
are arm related).
-- PMM
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-01-08 15:37 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-03 17:28 [PATCH] docs: use "buses" rather than "busses" Samuel Tardieu
2024-01-03 17:35 ` Philippe Mathieu-Daudé
2024-01-03 21:34 ` Pavel Pisa
2024-01-08 15:35 ` Thomas Huth
2024-01-04 16:32 ` Zhao Liu
2024-01-05 17:49 ` Peter Maydell
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).