Cleanup: removal of obsolete semicolons
Obsolete C source code semicolons were removed using the semantic patch semicolon/semicolon.cocci, see coccinellery.org Change-Id: I153b4995a9e028ebaf5f58c947821dc78345a777 Signed-off-by: Alexander Kurz <akurz@blala.de> Reviewed-on: http://openocd.zylin.com/3367 Tested-by: jenkins Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
This commit is contained in:
committed by
Andreas Fritiofson
parent
144f96c35a
commit
6581bf5f15
@@ -1065,7 +1065,7 @@ static int stellaris_write_block(struct flash_bank *bank,
|
||||
&write_algorithm) != ERROR_OK) {
|
||||
LOG_DEBUG("no working area for block memory writes");
|
||||
return ERROR_TARGET_RESOURCE_NOT_AVAILABLE;
|
||||
};
|
||||
}
|
||||
|
||||
/* plus a buffer big enough for this data */
|
||||
if (wcount * 4 < buffer_size)
|
||||
@@ -1080,7 +1080,7 @@ static int stellaris_write_block(struct flash_bank *bank,
|
||||
}
|
||||
LOG_DEBUG("retry target_alloc_working_area(%s, size=%u)",
|
||||
target_name(target), (unsigned) buffer_size);
|
||||
};
|
||||
}
|
||||
|
||||
target_write_buffer(target, write_algorithm->address,
|
||||
sizeof(stellaris_write_code),
|
||||
|
||||
Reference in New Issue
Block a user