git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5c67ea
)
dm: core: Fix a typo in the uclass_get_device_by_name() comment
author
Simon Glass
<sjg@chromium.org>
Thu, 30 Jul 2015 19:40:40 +0000
(13:40 -0600)
committer
Simon Glass
<sjg@chromium.org>
Thu, 6 Aug 2015 13:44:30 +0000
(07:44 -0600)
This function comment has a typo. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
include/dm/uclass.h
patch
|
blob
|
history
diff --git
a/include/dm/uclass.h
b/include/dm/uclass.h
index
3fe1739
..
d56877c
100644
(file)
--- a/
include/dm/uclass.h
+++ b/
include/dm/uclass.h
@@
-130,7
+130,7
@@
int uclass_get(enum uclass_id key, struct uclass **ucp);
int uclass_get_device(enum uclass_id id, int index, struct udevice **devp);
/**
- * uclass_get_device_by_name() - Get a uclass device by it
'
s name
+ * uclass_get_device_by_name() - Get a uclass device by its name
*
* This searches the devices in the uclass for one with the exactly given name.
*