We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45ed06 commit 4a74f22Copy full SHA for 4a74f22
drivers/base/core.c
@@ -673,6 +673,9 @@ postcore_initcall(devlink_class_init);
673
* @supplier: Supplier end of the link.
674
* @flags: Link flags.
675
*
676
+ * Return: On success, a device_link struct will be returned.
677
+ * On error or invalid flag settings, NULL will be returned.
678
+ *
679
* The caller is responsible for the proper synchronization of the link creation
680
* with runtime PM. First, setting the DL_FLAG_PM_RUNTIME flag will cause the
681
* runtime PM framework to take the link into account. Second, if the
0 commit comments