coding style: open function's brace at beginning of new line 28/5628/3
authorAntonio Borneo <borneo.antonio@gmail.com>
Mon, 6 May 2019 16:32:02 +0000 (18:32 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 9 May 2020 13:41:31 +0000 (14:41 +0100)
Issue identified by checkpatch script from Linux kernel v5.1 using
the command

find src/ -type f -exec ./tools/scripts/checkpatch.pl \
-q --types OPEN_BRACE -f {} \;

Change-Id: I6d1356ed11e2699525f384efb7556bc2efdc299f
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5628
Tested-by: jenkins
Reviewed-by: Marc Schink <dev@zapb.de>
src/target/openrisc/or1k.c
src/target/riscv/riscv.c

index 1e5db8c619e1e4f07efad0e852648e509a736625..44825d0023e9a63725ed22293ef974abc53521fb 100644 (file)
@@ -1207,8 +1207,8 @@ int or1k_get_gdb_fileio_info(struct target *target, struct gdb_fileio_info *file
 }
 
 static int or1k_checksum_memory(struct target *target, target_addr_t address,
-               uint32_t count, uint32_t *checksum) {
-
+               uint32_t count, uint32_t *checksum)
+{
        return ERROR_FAIL;
 }
 
index b5fd22b481e690258a2d7c480cd7370f3baec9d6..afd0cc8152da08f05c6dbf693d03890430265330 100644 (file)
@@ -772,12 +772,9 @@ static int oldriscv_step(struct target *target, int current, uint32_t address,
        return tt->step(target, current, address, handle_breakpoints);
 }
 
-static int old_or_new_riscv_step(
-               struct target *target,
-               int current,
-               target_addr_t address,
-               int handle_breakpoints
-){
+static int old_or_new_riscv_step(struct target *target, int current,
+               target_addr_t address, int handle_breakpoints)
+{
        RISCV_INFO(r);
        LOG_DEBUG("handle_breakpoints=%d", handle_breakpoints);
        if (r->is_halted == NULL)
@@ -862,13 +859,9 @@ static int oldriscv_resume(struct target *target, int current, uint32_t address,
                        debug_execution);
 }
 
-static int old_or_new_riscv_resume(
-               struct target *target,
-               int current,
-               target_addr_t address,
-               int handle_breakpoints,
-               int debug_execution
-){
+static int old_or_new_riscv_resume(struct target *target, int current,
+               target_addr_t address, int handle_breakpoints, int debug_execution)
+{
        LOG_DEBUG("handle_breakpoints=%d", handle_breakpoints);
        if (target->smp) {
                struct target_list *targets = target->head;
@@ -1413,12 +1406,9 @@ int riscv_openocd_resume(
        return out;
 }
 
-int riscv_openocd_step(
-               struct target *target,
-               int current,
-               target_addr_t address,
-               int handle_breakpoints
-) {
+int riscv_openocd_step(struct target *target, int current,
+               target_addr_t address, int handle_breakpoints)
+{
        LOG_DEBUG("stepping rtos hart");
 
        if (!current)

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)