summaryrefslogtreecommitdiff
path: root/src/flash/aduc702x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/aduc702x.c')
-rw-r--r--src/flash/aduc702x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/aduc702x.c b/src/flash/aduc702x.c
index 294b6114..0e92768a 100644
--- a/src/flash/aduc702x.c
+++ b/src/flash/aduc702x.c
@@ -399,7 +399,7 @@ static int aduc702x_probe(struct flash_bank_s *bank)
static int aduc702x_info(struct flash_bank_s *bank, char *buf, int buf_size)
{
- snprintf(buf, buf_size, "aduc702x flash driver info" );
+ snprintf(buf, buf_size, "aduc702x flash driver info");
return ERROR_OK;
}