diff --git a/cli_common.c b/cli_common.c index 2ccfe071a..93758590b 100644 --- a/cli_common.c +++ b/cli_common.c @@ -76,4 +76,3 @@ void print_chip_support_status(const struct flashchip *chip) "Thanks for your help!\n"); } } - diff --git a/jedec.c b/jedec.c index 3343e9994..54b7da726 100644 --- a/jedec.c +++ b/jedec.c @@ -751,4 +751,3 @@ int unlock_regspace2_block_eraser_1(struct flashctx *flash) (const struct unlockblock *)flash->chip->block_erasers[1].eraseblocks; return regspace2_walk_unlockblocks(flash, unlockblocks, &unlock_regspace2_block_generic); } - diff --git a/print_wiki.c b/print_wiki.c index 95158f7c0..ea8c4d73b 100644 --- a/print_wiki.c +++ b/print_wiki.c @@ -450,4 +450,3 @@ void print_supported_wiki(void) #endif print_supported_devs_wiki(); } - diff --git a/sst_fwhub.c b/sst_fwhub.c index 306415c03..398b01b40 100644 --- a/sst_fwhub.c +++ b/sst_fwhub.c @@ -88,4 +88,3 @@ int unlock_sst_fwhub(struct flashctx *flash) } return ret; } -