]> git.sur5r.net Git - openocd/blobdiff - src/target/arm9tdmi.c
- Fixes '==' whitespace
[openocd] / src / target / arm9tdmi.c
index 75ae3e8b78e2effef687c990ad061b362ba681c3..577a42521fef2414933b32e778d71bd2abc221f3 100644 (file)
@@ -301,7 +301,7 @@ static int arm9endianness(jtag_callback_data_t arg, jtag_callback_data_t size, j
 
 /* clock the target, and read the databus
  * the *in pointer points to a buffer where elements of 'size' bytes
- * are stored in big (be==1) or little (be==0) endianness
+ * are stored in big (be == 1) or little (be == 0) endianness
  */
 int arm9tdmi_clock_data_in_endianness(arm_jtag_t *jtag_info, void *in, int size, int be)
 {
@@ -818,7 +818,7 @@ int arm9tdmi_examine(struct target_s *target)
                reg_cache_t *t;
                /* one extra register (vector catch) */
                t=embeddedice_build_reg_cache(target, arm7_9);
-               if (t==NULL)
+               if (t == NULL)
                        return ERROR_FAIL;
                (*cache_p) = t;
                arm7_9->eice_cache = (*cache_p);