diff options
| author | Prabhudasu Vatala <prabhudasuvatala@gmail.com> | 2026-05-03 19:48:26 +0530 |
|---|---|---|
| committer | Danilo Krummrich <dakr@kernel.org> | 2026-05-04 21:21:54 +0200 |
| commit | 627e28455578d2faef6552cd15d241b20e27e423 (patch) | |
| tree | 76be154b18a3b8ada6096bf0150c31741e200282 | |
| parent | 36f35b8df6972167102a1c3d4361e0afb6a84534 (diff) | |
driver core: class: fix typo in struct class documentation
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>
Link: https://patch.msgid.link/20260503141826.27462-1-prabhudasuvatala@gmail.com
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
| -rw-r--r-- | include/linux/device/class.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
