contrib: fix minor typos

While there, replace s/return(0)/return 0/ that causes checkpatch
to fail.

Change-Id: I5ad54cffca629475563c471114a9f77301a9e4f8
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5768
Tested-by: jenkins
This commit is contained in:
Antonio Borneo
2020-07-13 00:32:49 +02:00
parent 4c8753a83c
commit 29a899f3d2
17 changed files with 25 additions and 25 deletions

View File

@@ -125,7 +125,7 @@ if __name__ == "__main__":
show(ocd.send("capture { echo \"echo says hi!\" }")[:-1])
show(ocd.send("capture \"halt\"")[:-1])
# Read the first few words at the RAM region (put starting adress of RAM
# Read the first few words at the RAM region (put starting address of RAM
# region into 'addr')
addr = 0x10000000