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 <rdunlap@infradead.org> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: "Rafael J. Wysocki" <rafael@kernel.org> Link: https://lore.kernel.org/r/20231223050532.13881-1-rdunlap@infradead.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 520adf3 commit ae4d90f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)