mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 23:22:37 +02:00
Remove empty line at EOF
Change-Id: Id6063cb5d406d7139abf7fcdf2ae265363640f9f Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/28207 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
c6fe5d8337
commit
5bd11dc847
@ -76,4 +76,3 @@ void print_chip_support_status(const struct flashchip *chip)
|
|||||||
"Thanks for your help!\n");
|
"Thanks for your help!\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
1
jedec.c
1
jedec.c
@ -751,4 +751,3 @@ int unlock_regspace2_block_eraser_1(struct flashctx *flash)
|
|||||||
(const struct unlockblock *)flash->chip->block_erasers[1].eraseblocks;
|
(const struct unlockblock *)flash->chip->block_erasers[1].eraseblocks;
|
||||||
return regspace2_walk_unlockblocks(flash, unlockblocks, &unlock_regspace2_block_generic);
|
return regspace2_walk_unlockblocks(flash, unlockblocks, &unlock_regspace2_block_generic);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -450,4 +450,3 @@ void print_supported_wiki(void)
|
|||||||
#endif
|
#endif
|
||||||
print_supported_devs_wiki();
|
print_supported_devs_wiki();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -88,4 +88,3 @@ int unlock_sst_fwhub(struct flashctx *flash)
|
|||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user