tpm: fix typo in kernel doc

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>
This commit is contained in:
Miquel Raynal 2018-07-19 22:35:06 +02:00 committed by Tom Rini
parent 0e8a8a3110
commit 350988ff1a

View File

@ -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);