]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/dm/uclass.h
dm: Tidy up some header file comments
[karo-tx-uboot.git] / include / dm / uclass.h
index 0b5ade6d68c2c1fe9d5d57b22799ca6147828b9d..8d09ecff7b4e0c0c4590792391303f0eeea7f2f6 100644 (file)
@@ -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