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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user