projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e8a8a3
)
tpm: fix typo in kernel doc
author
Miquel Raynal
<miquel.raynal@bootlin.com>
Thu, 19 Jul 2018 20:35:06 +0000
(22:35 +0200)
committer
Tom Rini
<trini@konsulko.com>
Sat, 28 Jul 2018 15:55:31 +0000
(11:55 -0400)
The udevice given to the open() function of course must be opened,
not closed.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/tpm-common.h
patch
|
blob
|
history
diff --git
a/include/tpm-common.h
b/include/tpm-common.h
index 734c2c9d5398acf75939dfefc5f9ec5e7c42b87d..68bf8fd62799f5bd4bd536d5c7351bb919fb8e62 100644
(file)
--- a/
include/tpm-common.h
+++ b/
include/tpm-common.h
@@
-71,7
+71,7
@@
struct tpm_ops {
* After all commands have been completed the caller should call
* close().
*
- * @dev: Device to
close
+ * @dev: Device to
open
* @return 0 ok OK, -ve on error
*/
int (*open)(struct udevice *dev);