Linux driver-core infrastructure
 help / color / mirror / Atom feed
* [PATCH] driver core: fix typos in comments
@ 2026-09-04 11:18 Hemanth Selam
  2026-09-04 21:21 ` Randy Dunlap
  2026-09-05  7:44 ` Andy Shevchenko
  0 siblings, 2 replies; 3+ messages in thread
From: Hemanth Selam @ 2026-09-04 11:18 UTC (permalink / raw)
  To: Andy Shevchenko, Daniel Scally, Heikki Krogerus, Sakari Ailus,
	Bartosz Golaszewski, Greg Kroah-Hartman, Rafael J. Wysocki,
	Danilo Krummrich, Tejun Heo
  Cc: linux-kernel, linux-acpi, driver-core

Fix typos in comments, reported by scripts/checkpatch.pl using the
misspelling list in scripts/spelling.txt.  Only touches comments, no code
changes.

Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
---
 drivers/base/property.c        | 2 +-
 drivers/base/transport_class.c | 2 +-
 include/linux/kernfs.h         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/base/property.c b/drivers/base/property.c
index b136c339ddae..d8152fee72c3 100644
--- a/drivers/base/property.c
+++ b/drivers/base/property.c
@@ -705,7 +705,7 @@ bool fwnode_name_eq(const struct fwnode_handle *fwnode, const char *name)
 EXPORT_SYMBOL_GPL(fwnode_name_eq);
 
 /**
- * fwnode_get_parent - Return parent firwmare node
+ * fwnode_get_parent - Return parent firmware node
  * @fwnode: Firmware whose parent is retrieved
  *
  * The caller is responsible for calling fwnode_handle_put() on the returned
diff --git a/drivers/base/transport_class.c b/drivers/base/transport_class.c
index 351c3d3ce6a0..2bee796601ed 100644
--- a/drivers/base/transport_class.c
+++ b/drivers/base/transport_class.c
@@ -7,7 +7,7 @@
  *
  * The basic idea here is to allow any "device controller" (which
  * would most often be a Host Bus Adapter to use the services of one
- * or more tranport classes for performing transport specific
+ * or more transport classes for performing transport specific
  * services.  Transport specific services are things that the generic
  * command layer doesn't want to know about (speed settings, line
  * condidtioning, etc), but which the user might be interested in.
diff --git a/include/linux/kernfs.h b/include/linux/kernfs.h
index 351a5101c862..73786b567ccd 100644
--- a/include/linux/kernfs.h
+++ b/include/linux/kernfs.h
@@ -309,7 +309,7 @@ struct kernfs_ops {
 	 * write() is bounced through kernel buffer.  If atomic_write_len
 	 * is not set, a write larger than PAGE_SIZE results in partial
 	 * operations of PAGE_SIZE chunks.  If atomic_write_len is set,
-	 * writes upto the specified size are executed atomically but
+	 * writes up to the specified size are executed atomically but
 	 * larger ones are rejected with -E2BIG.
 	 */
 	size_t atomic_write_len;
-- 
2.48.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] driver core: fix typos in comments
  2026-09-04 11:18 [PATCH] driver core: fix typos in comments Hemanth Selam
@ 2026-09-04 21:21 ` Randy Dunlap
  2026-09-05  7:44 ` Andy Shevchenko
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2026-09-04 21:21 UTC (permalink / raw)
  To: Hemanth Selam, Andy Shevchenko, Daniel Scally, Heikki Krogerus,
	Sakari Ailus, Bartosz Golaszewski, Greg Kroah-Hartman,
	Rafael J. Wysocki, Danilo Krummrich, Tejun Heo
  Cc: linux-kernel, linux-acpi, driver-core



On 9/4/26 4:18 AM, Hemanth Selam wrote:
> Fix typos in comments, reported by scripts/checkpatch.pl using the
> misspelling list in scripts/spelling.txt.  Only touches comments, no code
> changes.
> 
> Assisted-by: Cursor:claude-opus-5
> Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
> ---
>  drivers/base/property.c        | 2 +-
>  drivers/base/transport_class.c | 2 +-
>  include/linux/kernfs.h         | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

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

-- 
~Randy

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] driver core: fix typos in comments
  2026-09-04 11:18 [PATCH] driver core: fix typos in comments Hemanth Selam
  2026-09-04 21:21 ` Randy Dunlap
@ 2026-09-05  7:44 ` Andy Shevchenko
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2026-09-05  7:44 UTC (permalink / raw)
  To: Hemanth Selam
  Cc: Daniel Scally, Heikki Krogerus, Sakari Ailus, Bartosz Golaszewski,
	Greg Kroah-Hartman, Rafael J. Wysocki, Danilo Krummrich,
	Tejun Heo, linux-kernel, linux-acpi, driver-core

On Fri, Sep 04, 2026 at 04:48:14PM +0530, Hemanth Selam wrote:
> Fix typos in comments, reported by scripts/checkpatch.pl using the
> misspelling list in scripts/spelling.txt.  Only touches comments, no code
> changes.

Not sure if it's okay to combine three different areas in one patch. OTOH
this is quite minor fix and I wouldn't expect any conflicts with anything.
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

-- 
With Best Regards,
Andy Shevchenko



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-09-05  7:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-04 11:18 [PATCH] driver core: fix typos in comments Hemanth Selam
2026-09-04 21:21 ` Randy Dunlap
2026-09-05  7:44 ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox