]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/tidspbridge/dynload/reloc.c
staging: ti dspbridge: make variables in prototypes match within functions definitions
[~andy/linux] / drivers / staging / tidspbridge / dynload / reloc.c
index 316a38c2a1fd16124b59d2ce0e4c8700d5f9b31b..ec59777dc060e9921d35adcc4daa86df24ef8988 100644 (file)
@@ -162,7 +162,7 @@ static const u8 c60_scale[SCALE_MASK + 1] = {
  *     Performs the specified relocation operation
  ************************************************************************* */
 void dload_relocate(struct dload_state *dlthis, tgt_au_t * data,
-                   struct reloc_record_t *rp, bool * tramps_genereted,
+                   struct reloc_record_t *rp, bool *tramps_generated,
                    bool second_pass)
 {
        rvalue val, reloc_amt, orig_val = 0;
@@ -470,7 +470,7 @@ void dload_relocate(struct dload_state *dlthis, tgt_au_t * data,
                                                    dlthis->image_offset +
                                                    rp->vaddr);
                                } else
-                                       *tramps_genereted = true;
+                                       *tramps_generated = true;
                        } else {
                                dload_error(dlthis, "Relocation value "
                                            FMT_UI32 " overflows %d bits in %s"