2023-12-23 18:48:45

by attreyee-muk

[permalink] [raw]
Subject: [PATCH] Documentation/PCI: fix spelling mistake in msi-howto

Correct the spelling of "buses" from "busses" in msi-howto.rst

Signed-off-by: Attreyee Mukherjee <[email protected]>
---
Documentation/PCI/msi-howto.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/PCI/msi-howto.rst b/Documentation/PCI/msi-howto.rst
index c9400f02333b..783d30b7bb42 100644
--- a/Documentation/PCI/msi-howto.rst
+++ b/Documentation/PCI/msi-howto.rst
@@ -236,7 +236,7 @@ including a full 'lspci -v' so we can add the quirks to the kernel.
Disabling MSIs below a bridge
-----------------------------

-Some PCI bridges are not able to route MSIs between busses properly.
+Some PCI bridges are not able to route MSIs between buses properly.
In this case, MSIs must be disabled on all devices behind the bridge.

Some bridges allow you to enable MSIs by changing some bits in their
--
2.34.1



2023-12-23 19:25:29

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] Documentation/PCI: fix spelling mistake in msi-howto



On 12/23/23 10:47, attreyee-muk wrote:
> Correct the spelling of "buses" from "busses" in msi-howto.rst
>
> Signed-off-by: Attreyee Mukherjee <[email protected]>

OK.
Acked-by: Randy Dunlap <[email protected]>

Thanks.

> ---
> Documentation/PCI/msi-howto.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/PCI/msi-howto.rst b/Documentation/PCI/msi-howto.rst
> index c9400f02333b..783d30b7bb42 100644
> --- a/Documentation/PCI/msi-howto.rst
> +++ b/Documentation/PCI/msi-howto.rst
> @@ -236,7 +236,7 @@ including a full 'lspci -v' so we can add the quirks to the kernel.
> Disabling MSIs below a bridge
> -----------------------------
>
> -Some PCI bridges are not able to route MSIs between busses properly.
> +Some PCI bridges are not able to route MSIs between buses properly.
> In this case, MSIs must be disabled on all devices behind the bridge.
>
> Some bridges allow you to enable MSIs by changing some bits in their

--
#Randy
https://people.kernel.org/tglx/notes-about-netiquette
https://subspace.kernel.org/etiquette.html

2023-12-28 23:40:33

by Bjorn Helgaas

[permalink] [raw]
Subject: Re: [PATCH] Documentation/PCI: fix spelling mistake in msi-howto

On Sun, Dec 24, 2023 at 12:17:20AM +0530, attreyee-muk wrote:
> Correct the spelling of "buses" from "busses" in msi-howto.rst
>
> Signed-off-by: Attreyee Mukherjee <[email protected]>

Applied with Randy's ack to pci/misc for v6.8, thanks.

> ---
> Documentation/PCI/msi-howto.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/PCI/msi-howto.rst b/Documentation/PCI/msi-howto.rst
> index c9400f02333b..783d30b7bb42 100644
> --- a/Documentation/PCI/msi-howto.rst
> +++ b/Documentation/PCI/msi-howto.rst
> @@ -236,7 +236,7 @@ including a full 'lspci -v' so we can add the quirks to the kernel.
> Disabling MSIs below a bridge
> -----------------------------
>
> -Some PCI bridges are not able to route MSIs between busses properly.
> +Some PCI bridges are not able to route MSIs between buses properly.
> In this case, MSIs must be disabled on all devices behind the bridge.
>
> Some bridges allow you to enable MSIs by changing some bits in their
> --
> 2.34.1
>