This is an automated email from Gerrit.

Brad Riensche (brad.riens...@gmail.com) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/1900

-- gerrit

commit ae3e3114a99e2a59a4c51a43f16f87a5d6c2d8dc
Author: Brad Riensche <brad.riens...@gmail.com>
Date:   Sun Jan 26 23:58:20 2014 -0600

    make formatting changes per reviewer comments.
    
    Change-Id: Ia8e1ac39d6d6e551a9321f20ca70dc8bcad94f38
    Signed-off-by: Brad Riensche <brad.riens...@gmail.com>

diff --git a/src/target/arm_adi_v5.c b/src/target/arm_adi_v5.c
index f71a798..f57a991 100644
--- a/src/target/arm_adi_v5.c
+++ b/src/target/arm_adi_v5.c
@@ -1074,9 +1074,7 @@ static int dap_rom_display(struct command_context 
*cmd_ctx,
                                ", CID2 0x%2.2x"
                                ", CID1 0x%2.2x"
                                ", CID0 0x%2.2x",
-                               tabs,
-                               (unsigned) cid3, (unsigned)cid2,
-                               (unsigned) cid1, (unsigned) cid0);
+                               tabs,(unsigned) cid3, (unsigned) 
cid2,(unsigned) cid1, (unsigned) cid0);
        if (memtype & 0x01)
                command_print(cmd_ctx, "\t%sEMTYPE system memory present on 
bus", tabs);
        else
@@ -1139,7 +1137,7 @@ static int dap_rom_display(struct command_context 
*cmd_ctx,
                                return retval;
                        c_cid3 &= 0xff;
 
-                       command_print(cmd_ctx, "\t%s\tComponent base address 
0x%" PRIx32 ","
+                       command_print(cmd_ctx, "\t%s\tComponent base address 
0x%" PRIx32 ", "
                                        "start address 0x%" PRIx32, tabs, 
component_base,
                        /* component may take multiple 4K pages */
                        component_base - 0x1000*(c_pid4 >> 4));
@@ -1270,8 +1268,8 @@ static int dap_rom_display(struct command_context 
*cmd_ctx,
                                                tabs,
                                                (int) c_cid3,
                                                (int) c_cid2,
-                                               (int)c_cid1,
-                                               (int)c_cid0);
+                                               (int) c_cid1,
+                                               (int) c_cid0);
                        command_print(cmd_ctx,
                        "\t%s\tPeripheral ID[4..0] = hex "
                        "%2.2x %2.2x %2.2x %2.2x %2.2x", tabs,

-- 

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to