diff mbox series

Documentation/PCI: fix spelling mistake in msi-howto

Message ID 20231223184720.25645-1-tintinm2017@gmail.com
State New
Headers show
Series Documentation/PCI: fix spelling mistake in msi-howto | expand

Commit Message

attreyee-muk Dec. 23, 2023, 6:47 p.m. UTC
Correct the spelling of "buses" from "busses" in msi-howto.rst

Signed-off-by: Attreyee Mukherjee <tintinm2017@gmail.com>
---
 Documentation/PCI/msi-howto.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Randy Dunlap Dec. 23, 2023, 7:25 p.m. UTC | #1
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 <tintinm2017@gmail.com>

OK.
Acked-by: Randy Dunlap <rdunlap@infradead.org>

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
Bjorn Helgaas Dec. 28, 2023, 11:40 p.m. UTC | #2
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 <tintinm2017@gmail.com>

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
>
diff mbox series

Patch

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