Commit c7938636 authored by Jeff Oczek's avatar Jeff Oczek Committed by Greg Kroah-Hartman

staging: tidspbridge: Fix whitespace for pointers in function headers

Change style in function headers from 'type * ptr' to 'type *ptr'
Signed-off-by: default avatarJeff Oczek <jeffoczek@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f2a53f47
......@@ -130,7 +130,7 @@ typedef s32(*dbll_seek_fxn) (void *, long, int);
* FALSE: Failed to find symbol.
*/
typedef bool(*dbll_sym_lookup) (void *handle, void *parg, void *rmm_handle,
const char *name, struct dbll_sym_val ** sym);
const char *name, struct dbll_sym_val **sym);
/*
* ======== dbll_tell_fxn ========
......@@ -309,7 +309,7 @@ typedef bool(*dbll_get_c_addr_fxn) (struct dbll_library_obj *lib, char *name,
* Ensures:
*/
typedef int(*dbll_get_sect_fxn) (struct dbll_library_obj *lib,
char *name, u32 * addr, u32 * size);
char *name, u32 *addr, u32 *size);
/*
* ======== dbll_init ========
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment