diff options
| author | Tom Rini <[email protected]> | 2023-05-04 09:03:02 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-05-04 09:03:02 -0400 |
| commit | bfce695104d59a8570ce0a7cbd75d3728117eb5d (patch) | |
| tree | 9150b72a6400a69fabcaad33ec2f63897e7ea8d2 /include | |
| parent | 2440719d258a97824395532cb4a775752b423f63 (diff) | |
| parent | 8a6414d1e410ab65780a4c5eb99e79e5b9bc21c1 (diff) | |
Merge tag 'efi-2023-07-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2023-07-rc2
Documentation:
* treat documentation warnings as errors in CI
* adjust StarFive VisionFive 2 and SiFive Unmatched documentation
* man-page for cp
* correct description of uclass_get_device_by_of_path
* correct proftool usage
UEFI
* Fix documentation of EFI Python tests
* Rename efi_selftest Python test
Diffstat (limited to 'include')
| -rw-r--r-- | include/dm/uclass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm/uclass.h b/include/dm/uclass.h index 5c5fb9acac0..456eef7f2f3 100644 --- a/include/dm/uclass.h +++ b/include/dm/uclass.h @@ -274,7 +274,7 @@ int uclass_get_device_by_ofnode(enum uclass_id id, ofnode node, * The device is probed to activate it ready for use. * * @id: ID to look up - * @node: Device tree path to search for (if no such path then -ENODEV is returned) + * @path: Device tree path to search for (if no such path then -ENODEV is returned) * @devp: Returns pointer to device (there is only one for each node) * Return: 0 if OK, -ve on error */ |
