Skip to content

Commit ae4d90f

Browse files
rddunlapgregkh
authored andcommitted
driver core: device.h: fix Excess kernel-doc description warning
Remove the @knode_class: line to prevent the kernel-doc warning: include/linux/device.h:807: warning: Excess struct member 'knode_class' description in 'device' Signed-off-by: Randy Dunlap <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: "Rafael J. Wysocki" <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 520adf3 commit ae4d90f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/device.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,6 @@ struct device_physical_location {
662662
* @id: device instance
663663
* @devres_lock: Spinlock to protect the resource of the device.
664664
* @devres_head: The resources list of the device.
665-
* @knode_class: The node used to add the device to the class list.
666665
* @class: The class of the device.
667666
* @groups: Optional attribute groups.
668667
* @release: Callback to free the device after all references have

0 commit comments

Comments
 (0)