diff options
| author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-20 14:40:44 +0200 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-07-22 10:53:05 -0600 |
| commit | a7dd2d1d6eafc229a6974a4334ea7c3a58026c5c (patch) | |
| tree | ee12e407b714e72b477c820a4742f1bfd8c2a12b /drivers/mtd/spi | |
| parent | 8582ca9c1d8b88f2398c1aa7209669f33f56563a (diff) | |
drivers: mtd: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'drivers/mtd/spi')
| -rw-r--r-- | drivers/mtd/spi/sf_internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/spi/sf_internal.h b/drivers/mtd/spi/sf_internal.h index d3ef69ec74f..8d2249ce354 100644 --- a/drivers/mtd/spi/sf_internal.h +++ b/drivers/mtd/spi/sf_internal.h @@ -79,7 +79,6 @@ extern const struct flash_info spi_nor_ids[]; /* Get software write-protect value (BP bits) */ int spi_flash_cmd_get_sw_write_prot(struct spi_flash *flash); - #if CONFIG_IS_ENABLED(SPI_FLASH_MTD) int spi_flash_mtd_register(struct spi_flash *flash); void spi_flash_mtd_unregister(struct spi_flash *flash); |
