[PATCH] staging: greybus: Fix spelling mistake in Kconfig

tomasz.unger@yahoo.pl posted 1 patch 1 month, 3 weeks ago
drivers/staging/greybus/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] staging: greybus: Fix spelling mistake in Kconfig
Posted by tomasz.unger@yahoo.pl 1 month, 3 weeks ago
From: Tomasz Unger <tomasz.unger@yahoo.pl>

Replace 'busses' with 'buses' in help text.

Found using codespell.

Signed-off-by: Tomasz Unger <tomasz.unger@yahoo.pl>
---
 drivers/staging/greybus/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/greybus/Kconfig b/drivers/staging/greybus/Kconfig
index 1e745a8d439c..7635f3e850fa 100644
--- a/drivers/staging/greybus/Kconfig
+++ b/drivers/staging/greybus/Kconfig
@@ -123,7 +123,7 @@ menuconfig GREYBUS_BRIDGED_PHY
 	help
 	  Select this option to pick from a variety of Greybus Bridged
 	  PHY class drivers.  These drivers emulate a number of
-	  different "traditional" busses by tunneling them over Greybus.
+	  different "traditional" buses by tunneling them over Greybus.
 	  Examples of this include serial, SPI, USB, and others.
 
 	  To compile this code as a module, chose M here: the module
-- 
2.53.0
Re: [PATCH] staging: greybus: Fix spelling mistake in Kconfig
Posted by Ethan Tidmore 1 month, 3 weeks ago
On Sat Feb 21, 2026 at 5:03 AM CST, tomasz.unger wrote:
> From: Tomasz Unger <tomasz.unger@yahoo.pl>
>
> Replace 'busses' with 'buses' in help text.
>
> Found using codespell.
>
> Signed-off-by: Tomasz Unger <tomasz.unger@yahoo.pl>
> ---

LGTM.

Reviewed-by: Ethan Tidmore <ethantidmore06@gmail.com>

Thanks,

ET