mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 15:12:36 +02:00
Wrap a line which was 156 columns wide
Corresponding to flashrom svn r1078. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
This commit is contained in:
parent
a122341fa5
commit
4d3e9ca733
@ -1164,7 +1164,10 @@ static int selfcheck_eraseblocks(struct flashchip *flash)
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int walk_eraseregions(struct flashchip *flash, int erasefunction, int (*do_something) (struct flashchip *flash, unsigned int addr, unsigned int len))
|
||||
static int walk_eraseregions(struct flashchip *flash, int erasefunction,
|
||||
int (*do_something) (struct flashchip *flash,
|
||||
unsigned int addr,
|
||||
unsigned int len))
|
||||
{
|
||||
int i, j;
|
||||
unsigned int start = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user