[PATCH] driver core: class: fix typo in struct class documentation

Prabhudasu Vatala posted 1 patch 1 month, 1 week ago
include/linux/device/class.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] driver core: class: fix typo in struct class documentation
Posted by Prabhudasu Vatala 1 month, 1 week ago
Fix a spelling error in the comment for the ns_type member of struct class.
Change "detemine" to "determine".

Signed-off-by: Prabhudasu Vatala <prabhudasuvatala@gmail.com>
---
 include/linux/device/class.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/device/class.h b/include/linux/device/class.h
index 78ab8d2b3e30..9db1d61ba743 100644
--- a/include/linux/device/class.h
+++ b/include/linux/device/class.h
@@ -34,7 +34,7 @@ struct fwnode_handle;
  * @class_release: Called to release this class.
  * @dev_release: Called to release the device.
  * @shutdown_pre: Called at shut-down time before driver shutdown.
- * @ns_type:	Callbacks so sysfs can detemine namespaces.
+ * @ns_type:	Callbacks so sysfs can determine namespaces.
  * @namespace:	Namespace of the device belongs to this class.
  * @get_ownership: Allows class to specify uid/gid of the sysfs directories
  *		for the devices belonging to the class. Usually tied to
-- 
2.34.1
Re: [PATCH] driver core: class: fix typo in struct class documentation
Posted by Danilo Krummrich 1 month, 1 week ago
On Sun,  3 May 2026 19:48:26 +0530, Prabhudasu Vatala wrote:
> [PATCH] driver core: class: fix typo in struct class documentation

Applied, thanks!

  Branch: driver-core-next
  Tree:   git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git

[1/1] driver core: class: fix typo in struct class documentation
      commit: 627e28455578

The patch will appear in the next linux-next integration (typically within 24
hours on weekdays).

The patch is queued up for the upcoming merge window for the next major kernel
release.