diff options
| author | Tom Rini <[email protected]> | 2018-11-30 17:09:50 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-11-30 17:09:50 -0500 |
| commit | 172e3c11901229f0fb88317ac73a47d944a74f46 (patch) | |
| tree | 15b0252705fe2ee78d7501c79a2161a172e2c75b /include/dm/ofnode.h | |
| parent | daec1fd482b5ea735d70676a1909aec4355bbf86 (diff) | |
| parent | 1678754f5e2cbc14f9612e953b39cc08ada66866 (diff) | |
Merge tag 'pull-30nov18' of git://git.denx.de/u-boot-dm
Fix sound on sandbox
Convert TPM fully to DM
Tidy up sandbox I2C emulation
Add a 'make qcheck' target for faster testing
A few other misc things
(dropped the final patch which breaks clang for some reason)
Diffstat (limited to 'include/dm/ofnode.h')
| -rw-r--r-- | include/dm/ofnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm/ofnode.h b/include/dm/ofnode.h index 92539b8b5f2..d206ee2caab 100644 --- a/include/dm/ofnode.h +++ b/include/dm/ofnode.h @@ -333,7 +333,7 @@ ofnode ofnode_get_parent(ofnode node); * ofnode_get_name() - get the name of a node * * @node: valid node to look up - * @return name or node + * @return name of node */ const char *ofnode_get_name(ofnode node); |
