Skip to content

Commit 82b2c3c

Browse files
tomeuvgregkh
authored andcommitted
driver core: fix docbook for device_private.device
This field refers to the public device struct, not to classes. Signed-off-by: Tomeu Vizoso <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 1d0fbb3 commit 82b2c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/base/base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ struct driver_private {
6363
* binding of drivers which were unable to get all the resources needed by
6464
* the device; typically because it depends on another driver getting
6565
* probed first.
66-
* @device - pointer back to the struct class that this structure is
66+
* @device - pointer back to the struct device that this structure is
6767
* associated with.
6868
*
6969
* Nothing outside of the driver core should ever touch these fields.

0 commit comments

Comments
 (0)