All of lore.kernel.org
 help / color / mirror / Atom feed
From: frankfmy <pryanishnikovartem@gmail.com>
To: gregkh@linuxfoundation.org
Cc: linux-staging@lists.linux.dev
Subject: [PATCH 5/5] staging: greybus: fix spelling errors
Date: Thu, 05 Feb 2026 23:27:09 +0400	[thread overview]
Message-ID: <1770319633.5.pryanishnikovartem@gmail.com> (raw)
In-Reply-To: <1770319619.1.pryanishnikovartem@gmail.com>

Fix spelling errors found by codespell in the greybus staging driver:

- arche-platform.c: premits -> permits
- Kconfig: chose -> choose
- Documentation/sysfs-bus-greybus: attibute -> attribute

Signed-off-by: frankfmy <pryanishnikovartem@gmail.com>
---
 drivers/staging/greybus/Documentation/sysfs-bus-greybus | 2 +-
 drivers/staging/greybus/Kconfig                         | 2 +-
 drivers/staging/greybus/arche-platform.c                | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/greybus/Documentation/sysfs-bus-greybus b/drivers/staging/greybus/Documentation/sysfs-bus-greybus
index 2e998966c..feeffe54a 100644
--- a/drivers/staging/greybus/Documentation/sysfs-bus-greybus
+++ b/drivers/staging/greybus/Documentation/sysfs-bus-greybus
@@ -26,7 +26,7 @@ Date:		March 2016
 KernelVersion:	4.XX
 Contact:	Greg Kroah-Hartman <greg@kroah.com>
 Description:
-		Writing a non-zero argument to this attibute disables the
+		Writing a non-zero argument to this attribute disables the
 		module's interfaces before physically ejecting it.
 
 What:		/sys/bus/greybus/devices/N-M/module_id
diff --git a/drivers/staging/greybus/Kconfig b/drivers/staging/greybus/Kconfig
index 1e745a8d4..f6ef7b990 100644
--- a/drivers/staging/greybus/Kconfig
+++ b/drivers/staging/greybus/Kconfig
@@ -126,7 +126,7 @@ menuconfig GREYBUS_BRIDGED_PHY
 	  different "traditional" busses 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
+	  To compile this code as a module, choose M here: the module
 	  will be called gb-phy.ko
 
 if GREYBUS_BRIDGED_PHY
diff --git a/drivers/staging/greybus/arche-platform.c b/drivers/staging/greybus/arche-platform.c
index d48464390..24263e2af 100644
--- a/drivers/staging/greybus/arche-platform.c
+++ b/drivers/staging/greybus/arche-platform.c
@@ -576,7 +576,7 @@ static void arche_platform_remove(struct platform_device *pdev)
 static __maybe_unused int arche_platform_suspend(struct device *dev)
 {
 	/*
-	 * If timing profile premits, we may shutdown bridge
+	 * If timing profile permits, we may shutdown bridge
 	 * completely
 	 *
 	 * TODO: sequence ??
-- 
2.34.1

  parent reply	other threads:[~2026-02-05 19:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-05 19:26 [PATCH 1/5] staging: rtl8723bs: fix spelling errors in core driver files frankfmy
2026-02-05 19:27 ` [PATCH 2/5] staging: rtl8723bs: fix spelling errors in hal " frankfmy
2026-02-05 19:27 ` [PATCH 3/5] staging: rtl8723bs: fix spelling errors in os_dep files frankfmy
2026-02-05 19:27 ` [PATCH 4/5] staging: rtl8723bs: fix spelling errors in header files frankfmy
2026-02-05 19:27 ` frankfmy [this message]
2026-02-07 13:39 ` [PATCH 1/5] staging: rtl8723bs: fix spelling errors in core driver files Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1770319633.5.pryanishnikovartem@gmail.com \
    --to=pryanishnikovartem@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-staging@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.