diff options
| author | Randy Dunlap <[email protected]> | 2023-12-23 05:05:32 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-12-23 13:12:01 +0000 |
| commit | ae4d90f7ca49eb71f8a3dca64d06d4c4e2193705 (patch) | |
| tree | ff427d99bb28b1e3b585094fbc26d83b0c12304c | |
| parent | driver core: class: fix Excess kernel-doc description warning (diff) | |
| download | kernel-ae4d90f7ca49eb71f8a3dca64d06d4c4e2193705.tar.gz kernel-ae4d90f7ca49eb71f8a3dca64d06d4c4e2193705.zip | |
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]>
| -rw-r--r-- | include/linux/device.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index aefc5ca7f1cf..ed600dbf950e 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -662,7 +662,6 @@ struct device_physical_location { * @id: device instance * @devres_lock: Spinlock to protect the resource of the device. * @devres_head: The resources list of the device. - * @knode_class: The node used to add the device to the class list. * @class: The class of the device. * @groups: Optional attribute groups. * @release: Callback to free the device after all references have |
