src/drivers: Fix two issues discovered by checkpatch

Change-Id: I46e318333e68b999b2889f51fa2fbf140a27a54e
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37357
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Patrick Georgi 2019-11-29 10:41:40 +01:00
parent 33d0fb8d34
commit 2c2df5b6dd
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
#include "tpm.h"
static unsigned tpm_is_open;
static unsigned int tpm_is_open;
static const struct {
uint16_t vid;

View File

@ -59,7 +59,7 @@ static int dbgp_enabled(void);
static void dbgp_print_data(struct ehci_dbg_port *ehci_debug);
static struct ehci_debug_info glob_dbg_info;
static struct ehci_debug_info * glob_dbg_info_p;
static struct ehci_debug_info *glob_dbg_info_p;
static inline struct ehci_debug_info *dbgp_ehci_info(void)
{