diff options
| author | Randy Dunlap <[email protected]> | 2023-12-23 05:05:22 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-12-23 13:11:40 +0000 |
| commit | 520adf3ba4a4bdd41450c57b17ef01f8a069fbfe (patch) | |
| tree | d708a80eb509c8bace91086650d60874670ed245 | |
| parent | driver core: mark remaining local bus_type variables as const (diff) | |
| download | kernel-520adf3ba4a4bdd41450c57b17ef01f8a069fbfe.tar.gz kernel-520adf3ba4a4bdd41450c57b17ef01f8a069fbfe.zip | |
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]>
| -rw-r--r-- | include/linux/device/class.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/device/class.h b/include/linux/device/class.h index abf3d3bfb6fe..c576b49c55c2 100644 --- a/include/linux/device/class.h +++ b/include/linux/device/class.h @@ -40,8 +40,6 @@ struct fwnode_handle; * for the devices belonging to the class. Usually tied to * device's namespace. * @pm: The default device power management operations of this class. - * @p: The private data of the driver core, no one other than the - * driver core can touch this. * * A class is a higher-level view of a device that abstracts out low-level * implementation details. Drivers may see a SCSI disk or an ATA disk, but, |
