Skip to content

Commit 520adf3

Browse files
rddunlapgregkh
authored andcommitted
driver core: class: fix Excess kernel-doc description warning
Remove the @p: lines to prevent the kernel-doc warning: include/linux/device/class.h:72: warning: Excess struct member 'p' description in 'class' 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 580fc9c commit 520adf3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/linux/device/class.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ struct fwnode_handle;
4040
* for the devices belonging to the class. Usually tied to
4141
* device's namespace.
4242
* @pm: The default device power management operations of this class.
43-
* @p: The private data of the driver core, no one other than the
44-
* driver core can touch this.
4543
*
4644
* A class is a higher-level view of a device that abstracts out low-level
4745
* implementation details. Drivers may see a SCSI disk or an ATA disk, but,

0 commit comments

Comments
 (0)