mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-20 11:55:03 +00:00
drivers: tpm: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
6478e02b2a
commit
1718e060bc
2 changed files with 0 additions and 2 deletions
|
@ -175,7 +175,6 @@ static int tpm_tis_spi_read32(struct udevice *dev, u32 addr, u32 *result)
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static int tpm_tis_spi_write(struct udevice *dev, u32 addr, u16 len, const u8 *out)
|
static int tpm_tis_spi_write(struct udevice *dev, u32 addr, u16 len, const u8 *out)
|
||||||
{
|
{
|
||||||
return tpm_tis_spi_xfer(dev, addr, out, NULL, len);
|
return tpm_tis_spi_xfer(dev, addr, out, NULL, len);
|
||||||
|
|
|
@ -453,7 +453,6 @@ static int tpm_tis_lpc_get_desc(struct udevice *dev, char *buf, int size)
|
||||||
chip_name[chip_type]);
|
chip_name[chip_type]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static const struct tpm_ops tpm_tis_lpc_ops = {
|
static const struct tpm_ops tpm_tis_lpc_ops = {
|
||||||
.open = tpm_tis_lpc_open,
|
.open = tpm_tis_lpc_open,
|
||||||
.close = tpm_tis_lpc_close,
|
.close = tpm_tis_lpc_close,
|
||||||
|
|
Loading…
Add table
Reference in a new issue