mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 01:32:21 +02:00
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>
This commit is contained in:
parent
36f35b8df6
commit
627e284555
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user