]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
driver core: fix docbook for device_private.device
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Mon, 29 Jun 2015 14:59:02 +0000 (16:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Aug 2015 00:07:19 +0000 (17:07 -0700)
This field refers to the public device struct, not to classes.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/base.h

index fd3347d9f15351c4e859816c43b69bb9f59d5c98..29c985eb9f4c433e70e82c2598596b8527342e46 100644 (file)
@@ -63,7 +63,7 @@ struct driver_private {
  *     binding of drivers which were unable to get all the resources needed by
  *     the device; typically because it depends on another driver getting
  *     probed first.
- * @device - pointer back to the struct class that this structure is
+ * @device - pointer back to the struct device that this structure is
  * associated with.
  *
  * Nothing outside of the driver core should ever touch these fields.