summaryrefslogtreecommitdiffstats
path: root/include/linux/device.h
diff options
context:
space:
mode:
authorLukas Wunner2016-12-04 13:10:04 +0100
committerGreg Kroah-Hartman2016-12-05 15:02:20 +0100
commit64df1148876e35e81e91195e01c8197edc66fcc5 (patch)
tree5a2bf9917660cb4b31705e449bc947e7ed91cf35 /include/linux/device.h
parentfirmware: remove warning at documentation generation time (diff)
downloadkernel-qcow2-linux-64df1148876e35e81e91195e01c8197edc66fcc5.tar.gz
kernel-qcow2-linux-64df1148876e35e81e91195e01c8197edc66fcc5.tar.xz
kernel-qcow2-linux-64df1148876e35e81e91195e01c8197edc66fcc5.zip
driver core: Silence device links sphinx warning
Silence this warning emitted by sphinx: include/linux/device.h:938: warning: No description found for parameter 'links' While at it, fix typos in comments of device links code. Cc: Rafael J. Wysocki <rafael@kernel.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Silvio Fricke <silvio.fricke@gmail.com> Signed-off-by: Lukas Wunner <lukas@wunner.de> Reviewed-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/device.h')
-rw-r--r--include/linux/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index 4cd8e52033b0..67bbbee8fe02 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -817,6 +817,7 @@ struct dev_links_info {
* on. This shrinks the "Board Support Packages" (BSPs) and
* minimizes board-specific #ifdefs in drivers.
* @driver_data: Private pointer for driver specific info.
+ * @links: Links to suppliers and consumers of this device.
* @power: For device power management.
* See Documentation/power/devices.txt for details.
* @pm_domain: Provide callbacks that are executed during system suspend,