提交 350988ff 编写于 作者: M Miquel Raynal 提交者: Tom Rini

tpm: fix typo in kernel doc

The udevice given to the open() function of course must be opened,
not closed.
Signed-off-by: NMiquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: NSimon Glass <sjg@chromium.org>
上级 0e8a8a31
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册