From: Randy Dunlap Date: Sat, 23 Dec 2023 05:05:32 +0000 (-0800) Subject: driver core: device.h: fix Excess kernel-doc description warning X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ae4d90f7ca49eb71f8a3dca64d06d4c4e2193705;p=linux.git 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 Cc: Greg Kroah-Hartman Cc: "Rafael J. Wysocki" Link: https://lore.kernel.org/r/20231223050532.13881-1-rdunlap@infradead.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/device.h b/include/linux/device.h index aefc5ca7f1cfc..ed600dbf950e3 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