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:
parent
33d0fb8d34
commit
2c2df5b6dd
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
#include "tpm.h"
|
#include "tpm.h"
|
||||||
|
|
||||||
static unsigned tpm_is_open;
|
static unsigned int tpm_is_open;
|
||||||
|
|
||||||
static const struct {
|
static const struct {
|
||||||
uint16_t vid;
|
uint16_t vid;
|
||||||
|
|
|
@ -59,7 +59,7 @@ static int dbgp_enabled(void);
|
||||||
static void dbgp_print_data(struct ehci_dbg_port *ehci_debug);
|
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;
|
||||||
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)
|
static inline struct ehci_debug_info *dbgp_ehci_info(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue