mirror of https://gitee.com/openkylin/linux.git
staging: tidspbridge: dynload: dload_internal.h: fix for coding style issue
fixed few error messages as reported by checkpatch.pl Signed-off-by: Kumar Amit Mehta <gmate.amit@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
695bcb1c0a
commit
8ee271f63a
|
@ -313,14 +313,14 @@ extern uint32_t dload_reverse_checksum16(void *data, unsigned siz);
|
||||||
/*
|
/*
|
||||||
* exported by reloc.c
|
* exported by reloc.c
|
||||||
*/
|
*/
|
||||||
extern void dload_relocate(struct dload_state *dlthis, tgt_au_t * data,
|
extern void dload_relocate(struct dload_state *dlthis, tgt_au_t *data,
|
||||||
struct reloc_record_t *rp, bool * tramps_generated,
|
struct reloc_record_t *rp, bool *tramps_generated,
|
||||||
bool second_pass);
|
bool second_pass);
|
||||||
|
|
||||||
extern rvalue dload_unpack(struct dload_state *dlthis, tgt_au_t * data,
|
extern rvalue dload_unpack(struct dload_state *dlthis, tgt_au_t *data,
|
||||||
int fieldsz, int offset, unsigned sgn);
|
int fieldsz, int offset, unsigned sgn);
|
||||||
|
|
||||||
extern int dload_repack(struct dload_state *dlthis, rvalue val, tgt_au_t * data,
|
extern int dload_repack(struct dload_state *dlthis, rvalue val, tgt_au_t *data,
|
||||||
int fieldsz, int offset, unsigned sgn);
|
int fieldsz, int offset, unsigned sgn);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue