aboutsummaryrefslogtreecommitdiff
path: root/src/target/dsp563xx_once.c
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2019-05-06 15:07:19 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2020-05-09 14:40:52 +0100
commite41c3f78d13b9450c5c96d7188d8ec775df8f4ad (patch)
treeb54aa5da8fe8fda57d0a013672f474a193b33a12 /src/target/dsp563xx_once.c
parent4625257007b520c739a9e9437b97c7c7c7d60158 (diff)
downloadriscv-openocd-e41c3f78d13b9450c5c96d7188d8ec775df8f4ad.zip
riscv-openocd-e41c3f78d13b9450c5c96d7188d8ec775df8f4ad.tar.gz
riscv-openocd-e41c3f78d13b9450c5c96d7188d8ec775df8f4ad.tar.bz2
coding style: wrap lines longer than 120 chars
The coding style is quite permissive allowing 120 chars per line, but abuses are still present. Fix them, wrapping the lines. Change-Id: I94d66b651d759a60ec35f7ba115c43933e70ed69 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5626 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Diffstat (limited to 'src/target/dsp563xx_once.c')
-rw-r--r--src/target/dsp563xx_once.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/target/dsp563xx_once.c b/src/target/dsp563xx_once.c
index 65ef707..624474d 100644
--- a/src/target/dsp563xx_once.c
+++ b/src/target/dsp563xx_once.c
@@ -66,7 +66,8 @@ static inline int dsp563xx_write_dr_u32(struct jtag_tap *tap, uint32_t *dr_in, u
}
/** single word instruction */
-static inline int dsp563xx_once_ir_exec(struct jtag_tap *tap, int flush, uint8_t instr, uint8_t rw, uint8_t go, uint8_t ex)
+static inline int dsp563xx_once_ir_exec(struct jtag_tap *tap, int flush, uint8_t instr,
+ uint8_t rw, uint8_t go, uint8_t ex)
{
int err;