diff options
author | Simon Glass <sjg@chromium.org> | 2014-07-23 06:55:17 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-07-23 14:07:26 +0100 |
commit | 0040b9442947d00a540f6e93742384a14453c37e (patch) | |
tree | 2aa741afd34f31f5a2dce02ed547190ca945652c /include/dm/uclass.h | |
parent | 3234aa4babd79bf92239409145db4fda2f505051 (diff) | |
download | u-boot-0040b9442947d00a540f6e93742384a14453c37e.tar.gz |
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>
Diffstat (limited to 'include/dm/uclass.h')
-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 0b5ade6d68..8d09ecff7b 100644 --- a/include/dm/uclass.h +++ b/include/dm/uclass.h @@ -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 |