mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
dm: Tidy up some header file comments
Fix up the style of a few comments and add/clarify a few others. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
3234aa4bab
commit
0040b94429
5 changed files with 13 additions and 6 deletions
|
@ -98,7 +98,7 @@ int uclass_get(enum uclass_id key, struct uclass **ucp);
|
|||
*
|
||||
* The device is probed to activate it ready for use.
|
||||
*
|
||||
* id: ID to look up
|
||||
* @id: ID to look up
|
||||
* @index: Device number within that uclass (0=first)
|
||||
* @devp: Returns pointer to device (there is only one per for each ID)
|
||||
* @return 0 if OK, -ve on error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue