From: Miquel Raynal Date: Thu, 19 Jul 2018 20:35:06 +0000 (+0200) Subject: tpm: fix typo in kernel doc X-Git-Tag: v2025.01-rc5-pxa1908~3858 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=350988ff1a12cbbd47f413d542c2967308f723ab;p=u-boot.git 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 Reviewed-by: Simon Glass --- diff --git a/include/tpm-common.h b/include/tpm-common.h index 734c2c9d53..68bf8fd627 100644 --- 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);