aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/crb/tis.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2022-02-02 18:56:46 +0100
committerFelix Singer <felixsinger@posteo.net>2022-07-17 18:45:23 +0000
commit55be012ffdc79a259c6c180e58a6e24c744119f7 (patch)
tree94161b4e0a232b3d73f5c07340079d8ecdcda613 /src/drivers/crb/tis.c
parent8765c09a630e4df6d01ae460149921b03fe4f73b (diff)
drivers: Get rid of unnecessary blank lines {before,after} brace
Change-Id: Ic1b38e93d919c1286a8d130700a4a2bfd6b55258 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61557 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/drivers/crb/tis.c')
-rw-r--r--src/drivers/crb/tis.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/crb/tis.c b/src/drivers/crb/tis.c
index c3cc3e790d..1167697651 100644
--- a/src/drivers/crb/tis.c
+++ b/src/drivers/crb/tis.c
@@ -52,7 +52,6 @@ int tis_open(void)
int tis_close(void)
{
if (tpm_is_open) {
-
/*
* Do we need to do something here, like waiting for a
* transaction to stop?